shapelets.DataSet.count#

DataSet.count() Optional[Tuple[int]]#

Returns the number of rows in this DataSet

Note

This method forces the execution of this DataSet.

Examples

>>> df.count()
1987