Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 287 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 287 Bytes

Compare two .CSV files

  • Simple Python program that compares two .CSV files and inserts matched rows in third(or new) .CSV file.
  • Both sample .CSV files that I used contains just few records, so user may need to change this program based on his/her needs.