anndata.experimental.CSRDataset.indptr

anndata.experimental.CSRDataset.indptr#

property CSRDataset.indptr: ndarray[source]#

Other than data and indices, this is only as long as the major axis

It should therefore fit into memory, so we cache it for faster access.