conversions/example6 at python3 · code4policy/conversions · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

example 6: stacked horizontal bar

  1. Look at the original data formats.

    cat input1.csv
    cat input2.json
    
  2. Look at the output data format.

    cat dummy.json | jq
    
  3. Create a script, convert.py that will transform input1.csv and input2.json into output.json.

  4. Navigate to http://localhost:8000/example6 in your browser and see the interactive work.

Sources: