Public
Edited
Jun 3, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Inputs.table(df)
Insert cell
Insert cell
//df = await aq.fromCSV(
// await FileAttachment("candidats_legislatives_lemonde.csv").text())
// .select(normalize)

Insert cell
df = d3.csv("https://assets-decodeurs.lemonde.fr/decodeurs/elections_2022/legislatives/tour1/candidats_legislatives_lemonde.csv")
.then(
d => aq.from(d)
.select(normalize)
)
Insert cell
df_aggregate = df.groupby("nuance_ministere", "nuance_agregee_par_le_monde").count()
Insert cell
import {aq, op} from "@uwdata/arquero"
Insert cell
import {normalize} from "@uwdata/arquero-cookbook"
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