Table Definitions
General Info
Useful Snippets

7.0.3 Total rows - including nulls

Example:

# get the total number of rows in a DataFrame, by counting the length of the index
total_rows = len(DF.index)