xarray
xarray copied to clipboard
N-D labeled arrays and datasets in Python
This PR Implements part of the request in issue #6793 by adding simple and runnable doctest-ready examples for a subset of core APIs. Other methods noted in the issue remain...
- [x] Closes #10912 - [x] Tests Added Support [create_index: bool] in [to_dataframe()] to skip creating MultiIndex. This PR adds a new create_index parameter to both Dataset.to_dataframe() and DataArray.to_dataframe() methods,...
Hi all, if a xr.Dataset is chunked, i cannot do ds.time.min(), i get an error : `ufunc 'add' cannot use operands with types dtype(' INSTALLED VERSIONS ------------------ commit: None python:...
- Complements #8102 - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in...
### What happened? Hi there, sorry if this might be a duplicate, but I have been browsing the repo without finding anything specific which resemble this. So, I am exploring...
### What happened? I have a very large number of data sets (6840) that I want to concat over 3 dimensions. An example of one of the dataset is showed...
### What happened? While stress-testing a personal xarray-based project with pytest-run-parallel, which runs my test suite many times in parallel over different threads, I'm frequently getting a race condition: https://github.com/crusaderky/pathfinder2e_stats/actions/runs/19407113819/job/55523433199...
### What happened? When plotting data with "pcolormesh" and requesting levels, if the calculated "vmax" if equal to the upper bound of the last bin, it is not included in...
### What happened? `StringDType()` with `na_object=np.nan` and `na_object=None` is only partially or not supported. ### What did you expect to happen? Similar behavior to python object strings ### Minimal Complete...
- [x] Closes #10911 Not the most elegant solution, but it works and I couldn't figure out another way of solving this for now. The `test_discrete_colormap_list_of_levels` test fails now, but...