Skip to content
Advertisement

Tag: csvkit

Python CSVkit compare CSV files

I have two CSV files that look like this.. CSV 1 CSV2 Using Python and CSVkit I am trying to create an output CSV of the rows in CSV1 by comparing it to CSV2. Does anybody have an example they can point me in the direction of? Answer I would recommended to use pandas to achieve what you are looking

Advertisement