Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 20, 2021 08:43
Embed
What would you like to do?
data = data.drop(labels="Ref.\n", axis=1)
data.columns = ["Location", "Cases", "Deaths", "Recovered"]
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment