0

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

0 Answers0