I have a Matlab file containing an array of datetime objects with 18750 timestamps.
When I use scipy.io to import the data, it gives the following output which is very different.
I am expecting an array of timestamps just like what is seen in Matlab. Any idea how I can achieve this? Thank you very much for your time and attention.
datetime.datetime
methods. TimeStamps are a date format only used by Matlab, according to stackoverflow.com/questions/48542674/…