Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created April 21, 2020 13:07
# Getting data for 1 June 2017
df=df[df['RecordedAtTime'].str.split(' ').apply(lambda x:x[0]=='2017-06-01')]
df.shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment