Q. Which method is used to get the maximum value of each column in a DataFrame?
β
Correct Answer: (A)
max()
Explanation: The max() method returns the maximum value for each column in a DataFrame or Series.