Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 528 Bytes

csv-coding-task

Installation

  1. cd into the csv-coding-task directory in the command line
  2. run pip install -r requirements.txt

Running the code

  1. cd into the csv-coding-task directory in the command line
  2. run python parse.py

Running tests

  1. cd into the csv-coding-task directory in the command line
  2. run pytest

Notes

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.