cf.PartitionMatrix.size

PartitionMatrix.size

The number of partitions in the partition matrix.

Not to be confused with the number of elements in the master data array.

Examples

>>> pm.shape
(8, 4)
>>> pm.size
32
>>> pm.shape
()
>>> pm.size
1

Previous topic

cf.PartitionMatrix.shape

Next topic

cf.PartitionMatrix.add_partitions

This Page