Return a PySpark dataframe with the number of null values in each column of a dataframe
self (DataFrame) – The dataframe to summarize
DataFrame
The new dataframe with null counts per column
Contents: