Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.56 KB

05-visualization.md

File metadata and controls

40 lines (23 loc) · 1.56 KB

Visualizing Data

D3 JS (Data Driven Documents)

D3 JS

Grammar of Graphics

What D3 is Not

Inserting D3 into a webpage

https://classroom.github.com/a/_gB7y5As

Project Note

If you're planning to use D3 for the MVP of your project, you can find some great templates at

Some of these pre-created D3 visualizations take in CSV format (like the simple example that we did above). Others take in a JSON format. We will be talking in class about converting between CSV and JSON formats using python. If you find that you want to use a data visualization, but are not sure how to connect the dataset to the visualization, have someone in your project group chat with me.

Organizing your Code

Some additional notes on code organization.

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files