πŸ“Š Pandas
Q. Which method is used to fill missing values in pandas?
  • (A) dropna()
  • (B) fillna()
  • (C) replace()
  • (D) isna()
πŸ’¬ Discuss
βœ… Correct Answer: (B) fillna()

Explanation: The fillna() method replaces NaN values with a specified value.

Explanation by: Sikhar Chaudhary
The fillna() method replaces NaN values with a specified value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
40
Total Visits
πŸ“½οΈ
5 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
92%
Success Rate