Thief of Wealth

for col in test.columns:

    if test[col].isna().sum()>0:

        print (col,test[col].isna().sum())

profile on loading

Loading...