-
### What happened?
Converted a Pandas `DataFrame` containing a column of type `pandas.Int64Dtype()` into an Xarray `Dataset`. The data variable doesn't get converted to an Xarray compatible type:
…
-
Hello, thank you for this package!
I recently tried using the `.dataset()` method to convert an `ODS` object to a `xr.Dataset`.
I noticed the resulting object is not necessarily the most desirab…
-
First of, great work with the library so far!! This is significantly better than what currently exists out there.
Many energy systems models can be extremely sparse. For example, in one recent case…
-
The Python user interface will take advantage of horizontal (CPU) scaling options provided by xarray. Specifically, when a user supplies the `chunks` argument when loading data in xarray, the xarray.D…
-
Hello,
I was confused that the following snippet returned a "normal" `xarray` object instead of one backed by dask arrays:
```py
cat = intake.open_catalog("https://data.nextgems-h2020.eu/catalo…
-
We should write a blog post advertising the (upcoming) release of xarray-datatree in xarray `main`. (We're getting very close! - see https://github.com/pydata/xarray/issues/8572#issuecomment-221802074…
-
I'm opening this issue to track and discuss how our data structure differs from xarray. Ideally I would close it when AnnData could easily be implemented via xarray.
*Some previous discussion: #308…
-
[NiBabel](https://github.com/nipy/nibabel/) was written in the times of Python 2.4 or 2.5 and the world has changed. Nowadays we would probably write our images as a dataclass:
```
@dataclass
cla…
-
As of right now, there are three `pip install` packages which one can use to install cupy: `cupy` which will build cupy from source and the two prebuild versions `cupy-cuda12x` and `cupy-cuda11x`.
Th…
-
I am wondering if it would not be worth to extend some of the functionalities of the `ragged` module to operate not only on ragged arrays, such as xarray DataArrays, but also on **xarray Datasets**.
…