Reputation: 15
I have a DataFrame with Datetime
as my index_col
. This data is for 14 days. I want to create two different DataFrames based on the time of day: data between 6 am and 18 pm of all days as one df and data between 18 pm and 6 am of all days in another df. How to extract?
Below is my Dataframe screenshot
Upvotes: 1
Views: 71