Skip to content

Programs used to convert raw CSV files into JSON files for various PDL programs

Notifications You must be signed in to change notification settings

policy-design-lab/data-import

Repository files navigation

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.

About

Programs used to convert raw CSV files into JSON files for various PDL programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages