Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active June 4, 2020 04:19
Show Gist options
  • Save abhishek-shrm/36387d9a09f7a48686f2759c01a825f3 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/36387d9a09f7a48686f2759c01a825f3 to your computer and use it in GitHub Desktop.
df_covid['Date']=pd.to_datetime(df_covid['Date']).apply(lambda x: x - pd.DateOffset(days=1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment