You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
We made a couple changes to the backend to prepare for international data.
The main change is that we renamed the fips column location for some of the views (including demographics and economics)
@TomGoBravo we would like to make the same change for the covid endpoint, but wanted to give you a chance to update your code first. The upgrade path to the new api is as follows:
Replace usage covid(fips=XX) endpoint with covid_us(location=XX)
Either use location in your code that handles our data or rename the column to fips
This is related to #14 and #15
We made a couple changes to the backend to prepare for international data.
The main change is that we renamed the
fips
columnlocation
for some of the views (including demographics and economics)@TomGoBravo we would like to make the same change for the
covid
endpoint, but wanted to give you a chance to update your code first. The upgrade path to the new api is as follows:covid(fips=XX)
endpoint withcovid_us(location=XX)
location
in your code that handles our data or rename the column tofips
covid_us
endpoint will not return avintage
, solving the issue in query for newest vintage of each variable #2The text was updated successfully, but these errors were encountered: