xarray-contrib / flox

Fast & furious GroupBy operations for dask.array
https://flox.readthedocs.io
Apache License 2.0
124 stars 18 forks source link

Support quantile, median, mode with method="blockwise". #269

Closed dcherian closed 1 year ago

dcherian commented 1 year ago

We allow method="blockwise" when grouping by a dask array. This can only work if we have expected_groups, and set reindex=True.