Simple python script to rename/delete columns with the same name in multiple csv files.
Binary installation:
pip install git+https://github.com/Mediacom99/xhelper.gitIt's suggested (not required) to first set up a python virtual environment:
python -m venv <venv-name>
source <venv-name>/bin/activateThen you can install the development files:
pip install -e git+https://github.com/Mediacom99/xhelper.git#egg=xhelperFirst set up an editable installation:
pip install -e .Then you can modify the code and just call xhelper.
To build source code tar and wheel file (for binary) use:
python -m buildJust use it like this:
xhelper -f folders ...then follow the onscreen instructions. You can use 'help ' or '? ' to get help.