How to delete an empty value in dataset (csv)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to delete an empty value in dataset (csv)?

I'm working on a huge dataset. I have to delete the entire row of a column, for any of its value is Nan.

27th Apr 2019, 10:09 AM
PAR2
PAR2 - avatar
1 Answer
+ 1
Would df.dropna(inplace=True) work for you?
2nd May 2019, 2:39 PM
::sк::
::sк:: - avatar