Paolo Davini
Results
3
comments of
Paolo Davini
Ah! that's curious! Actually this works too, no need to specify `unit="s"`: ```python import numpy as np import xarray as xr import pandas as pd months = np.arange("2389-01", "2490-01", dtype="datetime64[M]")...
> Correct, this is an existing issue in pandas: [pandas-dev/pandas#56940](https://github.com/pandas-dev/pandas/issues/56940). You could consider pinging it to get a sense for where it is on their roadmap. > Thanks will do!...