Table Definitions
General Info
Useful Snippets

7.0.5 get column names counts of values datatypes and memory usage

Example:

# Get a summary of the columns names, the number of rows, the data types, and the number of null values in each column

DF.info()