Closed Mr0grog closed 3 years ago
the state appears to sometimes log negative
newcountdeaths
values (see for example on 2020-03-30), which then impact thetotalcountdeaths
. At first I thought it was a side effect of us converting null values to-1
but I double-checked the state website and those values are real. Not sure what that's meant to reflect but possibly correcting prior figures?
Whaaaaaaaat. Wow, I somehow did not notice that was happening at all. The total on the current day matches the county’s total, so yeah… I guess this isn’t a mistake. I would guess the same thing as you.
Rebased on master to make this mergeable.
San Mateo doesn't publish a timeseries for deaths, so we now source that information from the state's data portal. As part of doing so, we've added a lightweight abstraction for querying CKAN, which simplifies some of the hospital data code (since it also uses the state's data portal).
Fixes #171.