Which operation is provided in Pandas, when multiple tables can be…

2024

Which operation is provided in Pandas, when multiple tables can be concatenated both column wise and row wise as database?

Answer: B. MERGEIn Pandas, merge is used to combine data from multiple DataFrames in a database-style manner, similar to joining tables.

  1. A.

    SUM

  2. B.

    MERGE

  3. C.

    GROUP BY

  4. D.

    SELECT

Attempted by 289 students.

Show answer & explanation

Correct answer: B

In Pandas, merge is used to combine data from multiple DataFrames in a database-style manner, similar to joining tables.

Explore the full course: Dsssb Tgt Computer Science Paper 2

Loading lesson…