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 theto_memory
function, a thin wrapper aroundxarray.Dataset.to_dataframe()
to ensure roundtrip compatibility here.Attributes
AnnData
internally looks forcolumns
so this ensures usabilityAnnData
internally looks forindex
so this ensures usabilityAnnData
internally looks forshape
so this ensures usabilityMethods
to_memory
(*[, copy])