Counts the number of rows in a dataframe.

dataframe_name.count()

This method does not have any parameters.

Integer (int).

Count the number of rows in an accounts receivable dataframe

accounts_receivable.count()