Created
February 18, 2021 12:14
-
-
Save GurjotSinghMahi/621074eaeff4c7a500d89476f5e8a949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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