Informatics Practices

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

Python Pandas

4 Likes

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.

Answered By

2 Likes


Related Questions