KnowledgeBoat Logo
|

Informatics Practices

The fillna() can also fill individual missing values for different columns.

Python Pandas

3 Likes

Answer

True

Reason — The fillna() function in pandas can be used to fill individual missing values for different columns. This can be done by passing a dictionary with column names as keys and the corresponding filling values as values to the fillna() function.

Answered By

2 Likes


Related Questions