Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 934 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 934 Bytes

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.