Skip to content

mcadotsch/pandas-list-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pandas-list-merge

Merge a dirty CSV and JSON list with python pandas library and export it as csv.

Setup:

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

Usage:

python3 app.py --csv-file "files/list.csv" --json-file "files/list.json" --csv-merge "files/merged.csv" --log True

About

Merge a CSV and a JSON list with python pandas library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages