Marcelo Victor
Results
1
comments of
Marcelo Victor
Hello, you can change the `df_monthly` because `df` contains the column `day_type` that is object type. ``` df_monthly = df[["bus","rail"]].resample('ME').mean() # compute the mean for each month ```