Q21
In Pandas, which method is used to pivot data from long to wide format, creating a new DataFrame?
A.
melt()
B.
reshape()
C.
pivot()
AnswerD.
groupby()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board