Skip to content

Instantly share code, notes, and snippets.

@pointonjoel
Last active February 24, 2021 20:09
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 pointonjoel/171576584b7f5749e523fbc036706454 to your computer and use it in GitHub Desktop.
Save pointonjoel/171576584b7f5749e523fbc036706454 to your computer and use it in GitHub Desktop.
# Example 7
import datetime
df = df.loc[datetime.date(year=1962,month=1,day=1):datetime.date(year=2019,month=12,day=31)] #Sample restriction
print(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment