Python Forum
best option for comparing two csv files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
best option for comparing two csv files
#2
on Linux, use diff from command line.
If you need to do it programmatically, look through: https://pypi.org/search/?q=%27file+diff%27
This lists all file diff packages in 'last updated' order.
You will have to examine to see which packages may be applicable.
Reply


Messages In This Thread
best option for comparing two csv files - by zuzuzu - Apr-15-2020, 09:21 AM
RE: best option for comparing two csv files - by Larz60+ - Apr-15-2020, 05:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Comparing columns of Matrix stored in .txt files JoelFooCJ 2 2,274 Dec-11-2019, 07:21 AM
Last Post: JoelFooCJ
  Comparing values in large txt files StevenVF 2 2,763 Feb-28-2019, 09:07 AM
Last Post: StevenVF
  Comparing two files data while one got hex and other binary A_Embedded 3 3,737 Apr-07-2018, 09:58 PM
Last Post: A_Embedded
  Comparing two files and word frequency nix 2 4,629 Feb-02-2017, 08:29 PM
Last Post: nix

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020