Q. Which method is used to fill missing values in pandas?
β
Correct Answer: (B)
fillna()
Explanation: The fillna() method replaces NaN values with a specified value.