S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which function is used to concatenate two DataFrames along rows or columns?

  • (A) concat()
  • (B) merge()
  • (C) append()
  • (D) combine()
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category Pandas
  • Hashtags:

Explanation by: Shyam Dubey
pd.concat() can join multiple DataFrames either along rows (axis=0) or columns (axis=1).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.