CBSE Class 12 Informatics Practices Question 67 of 101

Python Pandas — II — Question 9

Back to all questions
9
Question

Question 9

To consider only the numeric values for calculation, what argument do you pass to statistics functions of Pandas ?

Answer

The numeric_only = True argument is passed to statistics functions in pandas to consider only the numeric values (int, float, boolean columns) for calculation.