https://dataindependent.com/pandas/pa...
https://github.com/Data-Indepedent/pa...
One of the Top 10 Pandas functions you must know is Pandas To Datetime. It a need-to-have in your data analysis toolkit. The wonderful thing about to_datetime() is it's flexibility to read 95% of any dates you'll throw at it.
Pandas To Datetime (.to_datetime()) will convert your string representation of a date to an actual date format. This is extremely important when utilizing all of the Pandas Date functionality like resample.
pd.to_datetime(format="Your_datetime_format")