Published
Edited
Oct 1, 2020
Comments locked
Insert cell
Insert cell
Insert cell
Insert cell
import {cereals} from '@zachpino/week-5-animation-and-interactivity'
Insert cell
Insert cell
cereals
Insert cell
Insert cell
d3 = require("d3@5")
Insert cell
Insert cell
{
let minMaxPotassium = d3.extent(cereals, d => d.potass);

return minMaxPotassium;
}
Insert cell
Insert cell
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