Question:

_____ will drop all rows that have NaN values in them while _____ will drop only those rows that have all NaN values.

Updated On: Sep 23, 2024
  • dropna (how-'all'),dropna()
  • dropna(), dropna(how='all')
  • fillna()
  • deletena(how='all').deletena()
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is (B) :dropna(), dropna(how='all').
Was this answer helpful?
0
0