edfEazyDataFix

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
pip install eazydatafix

Verify the installation

Python 3.11
>>> import eazydatafix as edf
>>> edf.__version__
'0.1.0'

Upgrade

terminal
pip install --upgrade eazydatafix

Troubleshooting

If pip install fails with a dependency resolver error, install pandas separately first with pip install pandas and retry.