female_lighter_than_male="yes"// set this to a string that is either "yes" or "no"
penguins_table
//FILL THIS IN
.view()
biscoe_longer_than_dream=""// set this to a string that is either "yes" or "no"
penguins_table
//FILL THIS IN
.view()
heaviest_male_species=""// FILL THIS IN
penguins_table
//FILL THIS IN
.groupby("species","island")
.rollup({avg:op.mean("culmen_depth_mm")})
.view()
species=""//FILL THIS IN
island=""// FILL THIS IN
penguins_table
//FILL THIS IN
.view()
amount_from_torgersen=30// FILL THIS IN
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.