Works for .csv, .tsv and excel files.
The code and folder structure are taken from :
- https://click.palletsprojects.com/en/7.x/#documentation
- https://github.com/pallets/click/tree/master/examples/imagepipe
- Python 3.7 or greater
- Get the source with git clone or download the repo
- With a terminal/IDE inside the root project directory run :
pip install --editable .
pd read file head
pd read file tail
pd read file filter "metric > 0.8" head