Question:

Choose the correct statement to display the standard deviation of the values of a Dataframe named df :

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

The Correct Option is D

Solution and Explanation

The correct option is(D): df.std( )
Was this answer helpful?
0
0