Q. Which method is used to get the maximum value of each column in a DataFrame?

  • (A) max()
  • (B) min()
  • (C) sum()
  • (D) mean()
πŸ’¬ Discuss
βœ… Correct Answer: (A) max()
Explanation: The max() method returns the maximum value for each column in a DataFrame or Series.
Explanation by: Sikhar Chaudhary
The max() method returns the maximum value for each column in a DataFrame or Series.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
111
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sikhar Chaudhary
Publisher
πŸ“ˆ
98%
Success Rate