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

Expected deaths are stored as strings, not floats #16

Closed simonw closed 4 years ago

simonw commented 4 years ago

Found this after using https://github.com/simonw/datasette/issues/729 to visually distinguish integers and floats from strings:

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

image

simonw commented 4 years ago

Fixed.