Table Definitions
General Info
Useful Snippets

7.0.2 Total rows and columns

Example:

# Get the number of rows and the number of column in a dataframe
# The format of the returned data is: (Columns, Rows)

DF.shape()