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()
AnswerD.
pivot()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board