sum up non nan values in columns in pandas code example Example: sum of all nan values pandas df.isnull().sum(axis = 0)