Informatics Practices

What does quantile() do ?

Python Pandas

1 Like

Answer

The quantile() function is used to calculate any type of quantiles in Pandas.

Answered By

3 Likes


Related Questions