I was trying to get the days where Hours < 100 but it wouldn\'t work.
temp_df = temp_df.loc[df[\'Hours\'] < 100]
returns: