OutOfBoundsDatetime error occurs when using pd.Grouper() to group DataFrame by 100-year intervals
I have a dataframe, df with 2 columns, ‘years’ and ‘count’. The ‘years’ column contains datetime values, and the ‘count’ column contains integers.
I have a dataframe, df with 2 columns, ‘years’ and ‘count’. The ‘years’ column contains datetime values, and the ‘count’ column contains integers.