A

Admin • 831.35K Points
Coach

Q. Which function is used to concatenate two DataFrames vertically?

  • (A) pd.append()
  • (B) pd.concat()
  • (C) pd.merge()
  • (D) pd.join()
  • Correct Answer - Option(B)
  • Views: 16
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`pd.concat()` is used for concatenation along rows or columns.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.