simonw / covid-19-datasette

Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
https://covid-19.datasettes.com/
61 stars 6 forks source link

`latimes_place_totals` broke on data update #24

Closed asg017 closed 3 years ago

asg017 commented 3 years ago

https://covid-19.datasettes.com/covid/latimes_place_totals

The error message:

| no such column: place

I'm pretty sure it broke from this commit, where the place column was removed from latimes-place-totals.csv

https://github.com/datadesk/california-coronavirus-data/commit/3d930ac3d9d284bfa91a6728a4cf7c33a8888b62#diff-70af83128cb0a9b9b073697437ad636451e9f30dff3e95aa60b7852e9fe91c23

I'm not too sure how many people use this datasette anymore (let alone this single file), but I use it in an notebook for my neighborhood, which is how I found this: https://observablehq.com/@asg017/covid19-cases-in-whittier-california

Unless you know a quick fix to this, I hope to get a PR up to fix this sometime soon!

I'm not 100% sure, but it looks like we need to rm this one line?