Combining Pandas DataFrames: The easy way

Cheatsheet edition: When to use Concat and when to use Merge

Benedikt Droste
Towards Data Science
5 min readAug 16, 2019

--

When I used Python for the first time for data analytics, I really did not realize when to use append, concat, merge or join. In the beginning, I ended up with googling every time I tried to combine two DataFrames. Therefore, I would like to share my experiences here and give an easy

--

--