Docs
.count

Dataframe.count

This function returns the count of rows, this is most especially useful when use in tandem with the Dataframe.filter() to find out the number of rows that fit a certain filter query

Returns

  • number
const count: number = df.count;