Public
Edited
Nov 6, 2023
1 star
D1: Mass Shootings United States 2023
Also listed in…
Maps
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
gun_violence_city_geo.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
guns = gun_violence.filter(d => d.state !== 'Hawaii')
Insert cell
Insert cell
worst_cities = guns.sort((a, b) => b.incidents - a.incidents).slice(0,10).filter(d=> d.city_or_county !== 'Washington')
Insert cell
Insert cell
usGeo = FileAttachment("us-geo (1).json").json()
Insert cell
import {Legend, Swatches} from "@d3/color-legend"

Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more