Name the function that gives you maximum and minimum values in a Dataframe.

max() – to get maximum value
min() – to get minimum value
Syntax:
<dataframe>.max(axis = 0/1, skipna = True/False, numeric_only = True/False)

error: Content is protected !!