πŸ“Š Pandas
Q. Which method is used to apply a function along a DataFrame axis?
  • (A) map()
  • (B) apply()
  • (C) transform()
  • (D) aggregate()
πŸ’¬ Discuss
βœ… Correct Answer: (B) apply()

Explanation: apply() can be used to apply a function along the rows or columns of a DataFrame.

Explanation by: Sikhar Chaudhary
apply() can be used to apply a function along the rows or columns of a DataFrame.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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