Question
Informatics Practices Question on Commands and Requests
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.
A
df.std()
B
df.standard()
C
df.describe()
D
df.stddev()
Answer
df.describe()
Explanation
Solution
The correct option is(C):df.describe()