I have 2 dataframes to focus: df_hours and new_df
I want to check if a string value of a dataframe(df_hours) does not exist in the whole dataframe(new_df).
For