I am trying to create datetime index in python. I have an existing dataframe with date column (CrimeDate
), here is a snapshot of it:
The date is not in datetime format though.
I intent to have an output similar to the below format, but with my existing dataframe's date column-
The Crimedate
column has approx. 334192 rows and start date from 2021-04-24 to 1963-10-30 (all are in sequence of months and year)