Lars Jonasson
Results
3
comments of
Lars Jonasson
meanwhile, a work around is simply removing the timezones from the dataframes: df_mod.index = df_mod.index.tz_localize(None) df_obs.index = df_obs.index.tz_localize(None)
Only supporting native datetime is ok but then I think the error msg should be made clearer. However, I think it is relatively common that sensor data are in a...