Deepak Cherian
Deepak Cherian
Here are the versions: ``` INSTALLED VERSIONS ------------------ commit: None python: 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:34:54) [Clang 16.0.6 ] python-bits: 64 OS: Darwin OS-release:...
Here's a minimal reproducer ```python import xarray as xr from xarray.coding.cftime_offsets import MonthEnd from xarray.core.resample_cftime import _get_time_bins index = xr.date_range("0001-01-01", periods=10, freq="D") datetime_bins, label = _get_time_bins( index, freq=MonthEnd(1), closed="right", label="right",...
Thanks! Why would this be OS-dependent though?
Let's get this in by the end of the week.
Lots of failures!
Filed https://github.com/scipy/scipy/issues/21747
Yes , the minor complication is that we should dispatch `nanfirst` and `nanlast` but not `first`, `last`. The latter are simply indexing using an indexer we already know, so the...
> About 15K... Do you end up using dask for this, or just numbagg? Are these groups randomly distributed along the dimension, or are there patterns to how they are...
We do have to handle this in xarrsy. Can you open an issue there please
Sorry for the delay, I've sent an invite.