Vidyalelo
Data Science · Q31

Data Analysis with Python

Computer Related · Data Science · question 31

Q31

In Pandas, what method is used to calculate the mean, median, and other summary statistics for numerical columns in a DataFrame?

A.
sort_values()
B.
melt()
C.
describe()
Answer
D.
pivot()

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board