Skip to content

Instantly share code, notes, and snippets.

@pulkitpahwa
Created October 5, 2020 06:28
Show Gist options
  • Save pulkitpahwa/d70d6855b5fba23f5b439b1cae556ad1 to your computer and use it in GitHub Desktop.
Save pulkitpahwa/d70d6855b5fba23f5b439b1cae556ad1 to your computer and use it in GitHub Desktop.
# continued from https://gist.github.com/pulkitpahwa/a42aaafa4d6290a453299cec6bce64fc
from collections import Counter
may_2020 = Counter(may_2020)
june_2020 = Counter(june_2020)
sum_may_june_2020 = may_2020 + june_2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment