Code for HW 1
src/CSVReader.csv contains the main parser class which implements the reader as per the intructions mentioned on course webpage.
data/ folder contains some small and big data samples.
Setup
Code has been tested on Python 2.7.12.
It doesn’t require any special python packages except (os, sys, argparse
)
Usage
To run the code,
python src/CSVReader.py data/sample.csv
The file path can be changed as required.
Reference
More details about the instructions can be found at Homeworks