Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created May 31, 2020 08:29
Show Gist options
  • Save ceteri/1bc37c665a723c87eb10a8afa227f3af to your computer and use it in GitHub Desktop.
Save ceteri/1bc37c665a723c87eb10a8afa227f3af to your computer and use it in GitHub Desktop.
date_set = set([])
for d in ihme["date"].tolist():
if d >= "2020–03–23" and d <= "2020–04–01":
date_set.add(d)
dates = sorted(list(date_set))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment