anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of computationally efficient features including, among others, sparse data support, lazy operations, and a PyTorch interface.
- Read the documentation.
- Ask questions on the scverse Discourse.
- Install via
pip install anndata
orconda install anndata -c conda-forge
.