Pandas DF Filter berdasarkan jam waktu
dataset[dataset.index.hour == 9]
Thankful Tarsier
dataset[dataset.index.hour == 9]