smallpond.dataframe.DataFrame.count#

DataFrame.count() int#

Count the number of rows.

If this dataframe consists of more than a read, or if the row count can’t be determined from the metadata provided by the datasource, then this operation will trigger execution of the lazy transformations performed on this dataframe.