πŸ“Š Pandas
Q. Which pandas function is used to check if elements in a DataFrame are null?
  • (A) isnull()
  • (B) isna()
  • (C) Both A and B
  • (D) notnull()
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both A and B

Explanation: Both isnull() and isna() can be used interchangeably to detect missing values in pandas.

Explanation by: Sikhar Chaudhary
Both isnull() and isna() can be used interchangeably to detect missing values in pandas.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
34
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
95%
Success Rate