Public
Edited
Jul 18, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
climateLabel = (climateName, groupName) => {
const trimmed = climateName.slice(groupName.length + 2);
return trimmed[0].toUpperCase() + trimmed.slice(1);
}
Insert cell
Insert cell
Insert cell
_.filter(cities, {type_2023: 'Cold, dry winter, hot summer'})
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