Skip to content

Instantly share code, notes, and snippets.

@GurjotSinghMahi
Created February 18, 2021 12:14
Show Gist options
  • Save GurjotSinghMahi/621074eaeff4c7a500d89476f5e8a949 to your computer and use it in GitHub Desktop.
Save GurjotSinghMahi/621074eaeff4c7a500d89476f5e8a949 to your computer and use it in GitHub Desktop.
# read the csv file and parse the dates
df = pd.read_csv("raw_data.csv", parse_dates=['SubmissionDate', 'starttime', 'endtime'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment