-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
median on dask arrays #2999
Labels
Comments
Is anyone working on adding the median method? |
Yes, we could do this as long as we’re careful to default to the new algorithms. See also #1524 (comment) |
I have a median method over in dask/dask#3819 |
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Dec 7, 2019
dcherian
added a commit
that referenced
this issue
Dec 30, 2019
* Add nanmedian for dask arrays Close #2999 * Fix tests. * fix import * Make sure that we don't rechunk the entire variable to one chunk by reducing over all dimensions. Dask raises an error when axis=None but not when axis=range(a.ndim). * fix tests. * Update whats-new.rst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dask has updated it's percentile, quantile implementation: dask/dask#4677
Can we now update our median method to work with dask arrays?
The text was updated successfully, but these errors were encountered: