html = html % (tag)
with open("population_embed.html", "w+") as f:
f.write(html)
print(
To view this example, run
After Change
location = "World"
years = [str(x) for x in sorted(df.Year.unique())]
locations = sorted(df.Location.unique())
source_pyramid = ColumnDataSource(data=dict())
def pyramid():