covid icon indicating copy to clipboard operation
covid copied to clipboard

Updated data sources

Open Mike-Dax opened this issue 4 years ago • 0 comments

Hello,

I've updated the data sources, massaging the US source to the same format as the Global source.

uscases.rename(columns={
    'Country_Region':'Country/Region',
    'Province_State':'Province/State',
    'Long_':'Long'
}, inplace=True)
uscases = uscases.drop(columns=['UID', 'iso2', 'iso3', 'code3', 'FIPS', 'Admin2', 'Combined_Key'])

I've also removed the 'Recovered' US state.

Thanks!

Mike-Dax avatar Mar 31 '20 02:03 Mike-Dax