Vidyalelo
Data Science · Q21

Data Analysis with Python

Computer Related · Data Science · question 21

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()
Answer
D.
groupby()

Answer: Option C

Solution

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