Relative Content

Tag Archive for pythonpandasdataframedatetimefilter

Filter DataFrame events not in time windows DataFrame

I have a DataFrame of events (Event Name – Time) and a DataFrame of time windows (Start Time – End Time).
I want to get a DataFrame containing only the events not in any of the time windows.
I am looking for a “pythonic” way to filter the DataFrame.