Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 535 Bytes

lab02.md

File metadata and controls

13 lines (9 loc) · 535 Bytes

Lab 02

EDA with pet adoption data

  • To access the data, use import {petAdoptions} from "7ffd902947c09896"
  • Poor Dogs -- my notebook with solutions

EXERCISES

  1. How much data is there (e.g., # of rows, and why)?
  2. Get the total number of canine adoptions by year (consider using d3.group)
  3. Use the result from the previous step to print (with commas for thousands) the total number for all years.
  4. Create a grouped bar chart -- bar chart shows each year, grouped by state