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 name shape value DEPRECATED Use .to_memory() instead. Methods append(sparse_matrix) to_memory() rtype: spmatrix