I have a time series, that spans almost 20 years with a resolution of 15 min. I want to extract only hourly values (00:00:00, 01:00:00, and so on...) and plot the resulting time series. The df looks like this: 3 columns: date, time, and discharge
How would you approach this?
