Table Definitions
General Info
Useful Snippets

7.0.6 Count non-null instances in column

Example:

# Count the number of non-null values in a column
DF['A'].count()