Q36
In Pandas, which method is used to concatenate two or more DataFrames vertically (along rows)?
A.
stack()
B.
concat()
AnswerC.
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