Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created April 21, 2020 13:07
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 abhishek-shrm/b2f00effde643e9d4676584a852356af to your computer and use it in GitHub Desktop.
Save abhishek-shrm/b2f00effde643e9d4676584a852356af to your computer and use it in GitHub Desktop.
# 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