Concatenate

Learn how to apply the concatenate() method to combine data in pandas.

Concept of concatenate

The term concatenate is defined as the action of linking or stitching objects together in a chain. In the context of pandas, we concatenate different pandas objects together, e.g., a DataFrame with another DataFrame. The type of concatenation we can perform on the objects depends on the axis of the linkage, i.e., either row-wise or column-wise.

Get hands-on with 1200+ tech skills courses.