actio_python_utils.spark_functions.count_nulls

actio_python_utils.spark_functions.count_nulls(self)[source]

Return a PySpark dataframe with the number of null values in each column of a dataframe

Parameters:

self (DataFrame) – The dataframe to summarize

Return type:

DataFrame

Returns:

The new dataframe with null counts per column