I have dataframe with timestamp values and i want to round off the timestamp to upper minute.
But i am not getting the desired output. I have used the following link to do the same:
[1]: http://stackoverflow.com/questions/32344533/how-do-i-round-datetime-column-to-nearest-quarter-hour/32344636
how can i do that using pandas?
example: output:
05:06:34 05:07
05:09:43 05:10