Public
Edited
May 21, 2023
Insert cell
Insert cell
Insert cell
import {Wrangler, op} from "@observablehq/data-wrangler"
Insert cell
Insert cell
import {data_row} from "f11b0e4410b4125c"
Insert cell
Insert cell
Insert cell
data_row
Insert cell
Insert cell
Insert cell
Insert cell
Wrangler(data_row)
Insert cell
Insert cell
Insert cell
aq.from(data_row)
.orderby(aq.desc("temperature"))
.derive({temperatureNum:d=>+d.temperature})
.filter(d=>d["temperatureNum"]<64.6)
.filter(d=>d["temperatureNum"]>60.9)
.derive({temperatureinCelsius:d=>(d.temperatureNum-32)*5/9})
.select('date','temperatureNum','temperatureinCelsius')
.rename({temperatureNum:"temperatureinFahrenheit"})
.objects()
Insert cell
Insert cell
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
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