I have a dataframe which consists of a datetime64[ns] datetime column which has entries that look like:
How do I extract the total minutes from the above so that if it says something like 2018-01-03 02:00:00 I get 120 minutes?
I have a dataframe which consists of a datetime64[ns] datetime column which has entries that look like:
How do I extract the total minutes from the above so that if it says something like 2018-01-03 02:00:00 I get 120 minutes?