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

Explanation: The isna() method returns a boolean DataFrame indicating the presence of NaN values.

Explanation by: Sikhar Chaudhary
The isna() method returns a boolean DataFrame indicating the presence of NaN values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
52
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
84%
Success Rate