Фильтр Pandas DF по часу времени
dataset[dataset.index.hour == 9]
Thankful Tarsier
dataset[dataset.index.hour == 9]