Skip to content

Instantly share code, notes, and snippets.

@pointonjoel
Last active February 24, 2021 20:09
Embed
What would you like to do?
# 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