Different Ways to Compare Two Columns From Two Different Files Using Pandas

Finding common values between two columns

Indhumathy Chelliah
Women in Technology
3 min readJan 5, 2023

--

Photo by Maksim Goncharenok: https://www.pexels.com/photo/two-people-holding-pineapple-fruits-against-a-multicolored-wall-4412925/

During file processing, we might have encountered many situations to compare two columns from two different files. In this article, let’s look at different methods to find common values between two columns in two different files using pandas dataframe.

--

--