Insert cell
Insert cell
Insert cell
Insert cell
deaths5759 = FileAttachment("NYDeathIndex19571959@1.csv").csv({ typed: true })
Insert cell
Insert cell
deaths6062 = FileAttachment("NYDeathIndex19601962.csv").csv({ typed: true })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Inputs.table(search, {
format: {
Year: d3.format("d") // format as "1960" rather than "1,960"
}
})
Insert cell
namedgirls
Insert cell
namedboys = aq.from(search).filter((d) => op.match(d["DecedentGender"], "M"))
Insert cell
SummaryTable(search)
Insert cell
viewof search1 = Inputs.search(deaths6062_cl)
Insert cell
Wrangler(search)
Insert cell
namedgirls = aq.from(search).filter((d) => op.match(d["DecedentGender"], "F"))
Insert cell
import { SummaryTable } from "@observablehq/summary-table"
Insert cell
import { Wrangler, op } from "@observablehq/data-wrangler"
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