CBSE Class 12 Informatics Practices Question 76 of 101

Python Pandas — II — Question 18

Back to all questions
18
Question

Question 18

Name the functions you can use for filling missing data.

Answer

In Python, the fillna() function is used to fill missing data in a Pandas DataFrame.