Published
Edited
Sep 1, 2020
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
df.columns
Insert cell
Insert cell
Insert cell
df.head().print()
Insert cell
df
.groupby(["species"])
.col(["sepal_length"])
.count()
.print()
Insert cell
df
.groupby(["species"])
.col(["sepal_width"])
.mean()
.print()
Insert cell
plot_div = html`<div id="plot_div"></div>`
Insert cell
df
.groupby(["species"])
.col(["sepal_width"])
.mean()
.print()
Insert cell
Insert cell
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