Question:

Rohit wants to display the descriptive statistical values in a dataframe named 'df' using a single command. Help him to choose the correct one from the following options.

Updated On: Sep 12, 2024
  • df.std()
  • df.standard()
  • df.describe()
  • df.stddev()
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct option is(C):df.describe()
Was this answer helpful?
0
0