In Numpy, I am trying to get the time of day for each element in an array of datatime64.
I could settle for a new array of timedelta64 which contains the time passed since the beginning of day for each element.
I already tried using numpy.datetime_as_string, but I don’t know how to manipulate the string.
1 Answer