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)
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)