Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Compare Structured Data Files Python

This example demonstrates how to perform a 'smart diff' comparison between two structured data files (CSV in this case). Unlike traditional line-by-line diff tools, it identifies changes, additions, and deletions at the record level, and pinpoints specific field modifications. This approach is crucial for large datasets where understanding content changes is more important than raw line differences.

Language

python

How to Run

Save the code as main.py. Run from your terminal: python main.py

Original Article

This example accompanies the Turkish article: Büyük Veri Dosyalarını Karşılaştırmak İçin Kendi Python Paketimi Geliştirdim: Neden Mevcut Araçlar Yetersiz Kaldı?.

License

MIT — see LICENSE.

About

This example demonstrates how to perform a 'smart diff' comparison between two structured data files (CSV in this case). Unlike traditional line-by-line diff tools, it identifies changes, additions, and deletions at the record level, and pinpoints specific field modifications. This approach is crucial for large datasets where understanding content

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages