Installation
EazyDataFix is available on PyPI and supports Python 3.9 and above.
Requirements
- Python 3.9 or newer
- pandas ≥ 1.5 (installed automatically)
- openpyxl (only required for Excel input)
Install with pip
terminal
bash
pip install eazydatafixVerify the installation
Python 3.11
>>> import eazydatafix as edf>>> edf.__version__'0.1.0'Upgrade
terminal
bash
pip install --upgrade eazydatafixTroubleshooting
If pip install fails with a dependency resolver error, install pandas separately first with pip install pandas and retry.