I've got a pandas dataframe 'A' with a column 'date' containing timestamps in the following format:
2020-06-09 13:30:11.359497
I need to calculate the time difference between every line and the previous in minutes. I've tried Timedelta, shift and diff.