md`
[Link to slides for this lab](https://docs.google.com/presentation/d/1LVvSGG0snk5R_-OdMJvIeeBmAzUGLZ9IZ2IiLHeCzCQ/edit?usp=sharing)
In this week's lab we'll be talking about how to use JavaScript and D3 to wrangle data. We'll be covering these topics in today's lab:
- Loading data using d3.csv
- Using d3 functions like min, max, mean
- Using JavaScript Array functions like map and filter
`