CBSE Class 12 Informatics Practices Question 73 of 101

Python Pandas — II — Question 15

Back to all questions
15
Question

Question 15

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

Answer

The idxmax() and idxmin() functions find out the index of maximum and minimum values respectively from a DataFrame.