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
allow pandas >= 0.25 by converting datetime64[ns]
This undoes the pandas < 0.25 set in 6993bed.
The issue was that xarray.*.to_netcdf() needs datetime64[ns] but Pandas >= 0.25
started using dtype('O'). This changes converts to datetime64[ns] when using .to_netcdf()
vers