I am trying to filter a Dataframe but it returns empty dataframe when I run the following code:
allot_df = allot_df[(allot_df[\'dispatch_date\'].dt.month == 1) &a