Skip to content

Instantly share code, notes, and snippets.

@susanli2016
Created June 21, 2022 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susanli2016/8ad777dca86cd4576b1ad45d9ce0c16a to your computer and use it in GitHub Desktop.
Save susanli2016/8ad777dca86cd4576b1ad45d9ce0c16a to your computer and use it in GitHub Desktop.
df_g7 = df_all_series_ids.loc[(df_all_series_ids['region'] == 'Canada') | (df_all_series_ids['region'] == 'France') | (df_all_series_ids['region'] == 'Germany') | (df_all_series_ids['region'] == 'Italy') | (df_all_series_ids['region'] == 'Japan') | (df_all_series_ids['region'] == 'United Kingdom') | (df_all_series_ids['region'] == 'United States')]
df_g7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment