Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
728 views
in Technique[技术] by (71.8m points)

compare 2 CSV files using Python

I have 2 CSV files where employee ID is the primary key. In the new file there will be some changes like phone number or address change. I am trying to do with Dict compare. Please guide me.

   `Old file -> 12345, Peter, 765 darwin BLVD, 326-967-4330
   New file -> 12345, Peter, 765 darwin LLVD, 339-440-3330`
I want to compare both the files line by line using the emp ID.

-Prasanna.K


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...