Skip to content

Instantly share code, notes, and snippets.

@vicotrbb
Created April 19, 2020 18:39
Show Gist options
  • Save vicotrbb/54c822ae2b222a9f576d172138b4a603 to your computer and use it in GitHub Desktop.
Save vicotrbb/54c822ae2b222a9f576d172138b4a603 to your computer and use it in GitHub Desktop.
merged_df = pd.merge(left=covid_info, right=cities_info, left_on='codigo_ibge', right_on='codigo_ibge')
merged_df = merged_df[merged_df.place_type == 'city']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment