Question:

Choose the correct statement to display the median using quantile function if the name of the Dataframe is df:

Updated On: Sep 12, 2024
  • df.quantile()
  • df.quantile (q= .25)
  • df.quantile(q= .75)
  • df.quantile(q = median)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct option is(A): df.quantile()
Was this answer helpful?
0
0