CBSE Class 12 Informatics Practices Question 72 of 101

Python Pandas — II — Question 14

Back to all questions
14
Question

Question 14

Name the functions that give you maximum and minimum values in a DataFrame.

Answer

The max() and min() functions find out the maximum and minimum values respectively from a DataFrame.