Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Mike-Dax
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant