You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function min_timestep is missing the line "return resample", which causes a NoneType error when data_df.resample(min_timestep(data_df)).mean() is called.