Pandas concat() tricks you should know to speed up your data analysis

Some of the most useful Pandas tricks you should know

B. Chen
Towards Data Science
5 min readOct 30, 2020

--

Image by GraphicMama-team from Pixabay

Pandas provides various built-in functions for easily combining DataFrames. Among them, the concat() function seems fairly straightforward to use, but there are still many tricks you should know to speed up your data analysis.

--

--