Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 470 Bytes

csv2json

CSV parser to JSON using Python with built in lists.

NOTE: Examples contained in the resources/ directory.

Authors

How to use

python3 main.py <csv_path>

Features

  • Lists
    • Fixed Size
    • Min & Max size
  • Apply functions to list
    • Max
    • Min
    • Average
    • Sum