I have a df from 2002 to 2017 that looks like this:
With the dataframe from the post, and updating the 'Date' column to date type (df['Date'] = pd.to_datetime(df['Date'])
):
I have a df from 2002 to 2017 that looks like this:
With the dataframe from the post, and updating the 'Date' column to date type (df['Date'] = pd.to_datetime(df['Date'])
):