I try to remove row that have NaN value on spesific columns but nothing happen
train['Electrical'].dropna(axis=0, inplace=True)
This is my code
but nothing change, the NaN value still exist
I try to remove row that have NaN value on spesific columns but nothing happen
train['Electrical'].dropna(axis=0, inplace=True)
This is my code
but nothing change, the NaN value still exist