πŸ“Š Pandas
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

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