Week 6 viz: Community partner viz

For this week, I’d like you to make an initial data visualization of the [community partner] data. Take a look at the brief they prepared for us, and attempt to address one of their questions of interest. Ideally, use the colors from their brand guidelines.

Once you’ve created your visualization, upload the two documents here:

One hint for your Quarto doc is that it needs to have embed-resources: true in the YAML (the first few lines of the document).

---
title: "Community partner data"
author: "Professor McNamara"
format: html
editor: visual
execute: 
  echo: true
embed-resources: true
---