Skip to content

Instantly share code, notes, and snippets.

@ageller
Created December 20, 2021 22:17
Show Gist options
  • Save ageller/eb3c14da173001ca55d8073d29665fa9 to your computer and use it in GitHub Desktop.
Save ageller/eb3c14da173001ca55d8073d29665fa9 to your computer and use it in GitHub Desktop.
set column to datetime
df['CREATION DATE'] = pd.to_datetime(df['CREATION DATE'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment