a) How to drop a column only if all values in it are NaNs?
b) How to specify that rows that have a minimum of 3 non-NaN values should be kept?
c) How to drop rows where index value 0 or 2 are NaNs?