anndata.experimental.backed._xarray.Dataset2D

Contents

anndata.experimental.backed._xarray.Dataset2D#

class anndata.experimental.backed._xarray.Dataset2D[source]#

A wrapper class meant to enable working with lazy dataframe data. We do not guarantee the stability of this API beyond that guaranteed by xarray.Dataset and the to_memory function, a thin wrapper around xarray.Dataset.to_dataframe() to ensure roundtrip compatibility here.

Attributes

columns

AnnData internally looks for columns so this ensures usability

iloc

AnnData internally looks for iloc so this ensures usability

index

AnnData internally looks for index so this ensures usability

shape

AnnData internally looks for shape so this ensures usability

Methods

to_memory(*[, copy])