Computer Science, asked by bhavalesanjay9, 12 days ago

what is the use of concat () in Python Pandas?​

Answers

Answered by au1182522
1

Answer:

concat. Concatenate pandas objects along a particular axis with optional set logic along the other axes. Can also add a layer of hierarchical indexing on the concatenation axis, which may be useful if the labels are the same (or overlapping) on the passed axis number.

Answered by akshita17march
2

Explanation:

concat. Concatenate pandas objects along a particular axis with optional set logic along the other axes. Can also add a layer of hierarchical indexing on the concatenation axis, which may be useful if the labels are the same (or overlapping) on the passed axis number.

hope it helps...

Similar questions