-
Look at the original data formats.
cat input1.csv cat input2.json -
Look at the output data format.
cat dummy.json | jq -
Create a script,
convert.pythat will transforminput1.csvandinput2.jsonintooutput.json. -
Navigate to
http://localhost:8000/example6in your browser and see the interactive work.
Sources:
- Data:
- House Office Expenditure
- input1.csv is 2017Q1-house-disburse-detail.csv
- unitedstates/congress-legislators
- input2.json is legislators-current.json
- House Office Expenditure
- Visualization: Stacked Horizontal Bar Chart
