find out the percentage of null values in each column of the pyspark dataframe code example
Example: pandas determine percentage of nans in column
>>> flights.isna().mean().round(4) * 100
>>> flights.isna().mean().round(4) * 100