Informatics Practices
The fillna() can also fill individual missing values for different columns.
Python Pandas
2 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
3 Likes
Related Questions
Python integer datatype can store NaN values.
Functions sum() and cumsum() produce the same result.
To drop missing values from a DataFrame, the function used is delna().
Assertion. A quantile refers to equally distributed portion of a data set.
Reason. A median divides a distribution in 2 quantiles while a quartile divides a distribution in 4 quantiles.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.