conversions/example1 at master · code4policy/conversions · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

example1: bullet chart

  1. Look at the original data format.

    cat input.csv
    
  2. Look at the output data format.

    cat dummy.json | jq
    
  3. Fill in the script, convert.py that will transform input.csv into output.json.

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

Sources: