Vidyalelo
Data Science · Q36

Data Analysis with Python

Computer Related · Data Science · question 36

Q36

In Pandas, which method is used to concatenate two or more DataFrames vertically (along rows)?

A.
stack()
B.
concat()
Answer
C.
unstack()
D.
None of the above

Answer: Option B

Solution

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