anndata.abc.CSCDataset.__getitem__# abstract CSCDataset.__getitem__(index)[source]# Load a slice or an element from the sparse dataset into memory. Parameters: index Union[slice, int, str, int64, ndarray, tuple[Union[slice, int, str, int64, ndarray], Union[slice, int, str, int64, ndarray]], spmatrix, sparray]Index to load. Return type: float | csr_matrix | csc_matrix | sparray Returns: The desired data read off disk.