Hi Everyone,
I'm new to python and I'm running into some trouble working with the minute level futures data. What I'm trying to do is filter my data by a specific range of times i.e. 18:00:00-21:00:00 PST for a chunk of trading days and then go from there. I understand this is very basic but it's giving me some grief as when I print the dataframe it gives me date and time clumped together in an unnamed column.
Cheers!