anndata.experimental.CSCDataset# class anndata.experimental.CSCDataset(group)[source]# On disk CSC sparse matrix. Parameters: group Union[Group, Group]The backing group store. Attributes backend dtype format format_str DEPRECATED Use .format instead. group The group underlying the backed matrix. indptr Other than data and indices, this is only as long as the major axis name shape value DEPRECATED Use .to_memory() instead. Methods append(sparse_matrix) to_memory()