Skip to content

This script compares values of two Excel files and creates a new file with different values. It uses pandas to read in and manipulate data, compares values using equals() function, and writes different rows to a new file using ExcelWriter(). Ideal for comparing large sets of data and identifying discrepancies quickly.

Notifications You must be signed in to change notification settings

theshubhamgour/git-excel-comprar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-excel-comprar 🐍

This script compares values of two Excel files and creates a new file with different values. It uses pandas to read in and manipulate data, compares values using equals() function, and writes different rows to a new file using ExcelWriter(). Ideal for comparing large sets of data and identifying discrepancies quickly.

🚀 Getting Started

Clone the repository Install the dependencies using pip:

pip install pandas

Place the two Excel files in the same directory as the script Update the file names in the script Run the script using Python

📜Dependencies

pandas

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This script compares values of two Excel files and creates a new file with different values. It uses pandas to read in and manipulate data, compares values using equals() function, and writes different rows to a new file using ExcelWriter(). Ideal for comparing large sets of data and identifying discrepancies quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages