total_pop = population.drop(0).where(\'time\',are.between(1800,2006)).group(\'time\', sum).plot(\'time\', \'population_total sum\') total_pop
I wrote this code. but w