Skip to content

Instantly share code, notes, and snippets.

@mjam03
Created February 22, 2021 11:10
Show Gist options
  • Save mjam03/9f05448adc6dca936a6efd80def6dcd9 to your computer and use it in GitHub Desktop.
Save mjam03/9f05448adc6dca936a6efd80def6dcd9 to your computer and use it in GitHub Desktop.
test_10
# these tables are for detailing COVID Mentions
scot_20_m_fd = [x for x in zips.namelist() if '2020' in x and 'Table 1' in x][0]
scot_21_m_fd = [x for x in zips.namelist() if '2021' in x and 'Table 1' in x][0]
# these tables breakdown underlying cod across categories
scot_20_cod_fd = [x for x in zips.namelist() if '2020' in x and 'Table 3' in x][0]
scot_21_cod_fd = [x for x in zips.namelist() if '2021' in x and 'Table 3' in x][0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment