-
Look at the original data format.
cat input.txt -
Look at the output data format.
cat dummy.csv -
Create a script,
convert.pythat will transforminput.txtintooutput.csv. -
Navigate to
http://localhost:8000/example9in your browser and see the interactive work.
Sources:
- Data: USA Spending (https://www.usaspending.gov/Pages/Default.aspx)
- Visualization X-Value Mouseover - Example: http://dhrumilmehta.com/example-frontend-2/page2.html
