Skip to content

Instantly share code, notes, and snippets.

@sanzoghenzo
sanzoghenzo / compare.py
Last active April 12, 2024 04:48
Compare Excel sheets with Pandas
"""
Compare two Excel sheets
Inspired by https://pbpython.com/excel-diff-pandas-update.html
For the documentation, download this file and type:
python compare.py --help
"""
import argparse
import pandas as pd