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?
- A.
SUM
- B.
MERGE
- C.
GROUP BY
- D.
SELECT
Attempted by 31 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.