CoronaWhy / task-geo

"Help us understand how geography affects virality."
MIT License
10 stars 20 forks source link

Wrong "aggregate" value in Spain country rows (should be "country" instead of "state") #44

Closed juancalvof closed 4 years ago

juancalvof commented 4 years ago

Description

Wrong "aggregate" value in Spain country rows (should be "country" instead of "state")

Code I use to change in exploration phase the error: data_cds.loc[(data_cds["country"] == "Spain") & (data_cds["state"].isnull()), "aggregate"] = "country"

By the way, despite the normal little mistakes; great job of the api!

ManuelAlvarezC commented 4 years ago

Thanks @JuanCalvoFerrandiz for another detailed bug report.

I have checked and will fix it soon!