News

N-D labeled arrays and datasets in Python. Contribute to liujj990/xarray-liujj development by creating an account on GitHub. ... Mathematical operations (e.g., x - y) vectorize across multiple ...
Describe the solution you'd like. A straightforward solution seems to be to use DatasetGroupBy.quantile(0.5) for DatasetGroupBy.median() if the median is to be computed over multiple groups.. Describe ...