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

We use ‘numeric_only’ argument to consider only the numeric value for calculation. For exp
df.max(numeric_only = False)

error: Content is protected !!