I have a dataset having only timestamps
2021-12-07 23:27:25.090794+00
2021-12-07 23:27:46.082402+00
2021-12-07 23:27:57.190628+00
2021-12-07 23:28:28.070957+00
2021-12-07 23:27:55.029006+00
2021-12-07 23:28:00.854966+00
and I want to plot the number of hits (let's say per minute or per 10-minute) over running time? (Considering each of these timestamps as a hit)
Is there an easy way to do this (preferably using plotly since it's interactive)