EDA with pet adoption data
- To access the data, use
import {petAdoptions} from "7ffd902947c09896"
- Poor Dogs -- my notebook with solutions
- How much data is there (e.g., # of rows, and why)?
- Get the total number of canine adoptions by year (consider using d3.group)
- Use the result from the previous step to print (with commas for thousands) the total number for all years.
- Create a grouped bar chart -- bar chart shows each year, grouped by state