Let's say I have a table like this:
AttributeAAttributeBsome valuesome valuesome value
some value
some value
some value
some value
And I want to summarize how many nulls are in each column (attribute) of a table like this:
AttributeA has 2 blanks / nulls.
AttributeB has 1 blanks / nulls.
What is the best way to count how many nulls are in a given column of a table?