- cd into the csv-coding-task directory in the command line
- run
pip install -r requirements.txt
- cd into the csv-coding-task directory in the command line
- run
python parse.py
- cd into the csv-coding-task directory in the command line
- run
pytest
Currently, the code of the Parser assumes it will get csv files which are correctly formatted. If this is not true then the code might need better error handling.