Solveeit Logo

Question

Informatics Practices Question on Directory Structure

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

A

df.standard()

B

df.std_dev()

C

df.std.dev()

D

df.std()

Answer

df.std()

Explanation

Solution

The correct option is(D): df.std( )