Public
Edited
Nov 1, 2023
11 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table.sample(15).view()
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//.FILL THIS IN
.view()
Insert cell
rows_in_dataset = 0 //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//.FILL THIS IN
.view()
Insert cell
unique_islands = 0 //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//FILL THIS IN
.view()
Insert cell
unique_number_species_penguins = 0 //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
.rollup({ average_flipper_length: //Fill this in
})
.view()
Insert cell
average_flipper_length = ""//Fill this in
Insert cell
Insert cell
Insert cell
Insert cell
average_flipper_length_by_species = penguins_table
.view()
Insert cell
average_flipper_length_adelie = 0//Fill this in
Insert cell
average_flipper_length_chinstrap = 0//Fill this in
Insert cell
average_flipper_length_gentoo = 0 //Fill this in
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
.groupby("sex", "species")
.rollup({avg_body_mass: row => op.mean(row.body_mass_g) })
.view()
Insert cell
female_lighter_than_male = "yes" // set this to a string that is either "yes" or "no"
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//FILL THIS IN
.view()
Insert cell
biscoe_longer_than_dream = "" // set this to a string that is either "yes" or "no"
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//FILL THIS IN
.view()
Insert cell
heaviest_male_species = "" // FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//FILL THIS IN
.groupby("species", "island")
.rollup({avg:op.mean("culmen_depth_mm")})
.view()
Insert cell
species = "" //FILL THIS IN
Insert cell
island = "" // FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
penguins_table
//FILL THIS IN
.view()
Insert cell
amount_from_torgersen = 30 // FILL THIS IN
Insert cell
Insert cell
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