Skip to content

Instantly share code, notes, and snippets.

@BenGeissel
Created December 17, 2019 19:48
Show Gist options
  • Save BenGeissel/52d79e67654173bc404d47d55912c586 to your computer and use it in GitHub Desktop.
Save BenGeissel/52d79e67654173bc404d47d55912c586 to your computer and use it in GitHub Desktop.
merged_df = map_df_CONUS.merge(max_temp_2018_df, left_on = 'FIPS', right_on = 'FIPS', how = 'left')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment