Hi Developer Community!
I have filtered my minute time series data frame by specific hours and minutes. The first Loop filters for 11:30 the second for 9:30. Lastly, I concatenated them next to each other.
Is there a way to do the same procedure without using an extra (second) loop? I would like to add more time and hour filters.
Thank you