policy-design-lab / data-import

Programs used to convert raw CSV files into JSON files for various PDL programs
0 stars 0 forks source link

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.