Q. Which method returns the number of non-null elements in each column or row?

  • (A) count()
  • (B) size()
  • (C) len()
  • (D) nunique()
πŸ’¬ Discuss
βœ… Correct Answer: (A) count()
Explanation: The count() method counts the number of non-null observations in each column or row.
Explanation by: Sikhar Chaudhary
The count() method counts the number of non-null observations in each column or row.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
82%
Success Rate