Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 375 Bytes

Policy Design Lab - Data Import Programs

Pre-requisites

  1. Python installed

Setup Environment

Run the below commands:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Run programs

Each of the folders contains different Python programs that can be used to convert CSV file into JSON format.