Public
Edited
Nov 17, 2023
Insert cell
md`# A3 grades stats autumn 23`
Insert cell
Insert cell
import {printTable} from '@uwdata/data-utilities'
Insert cell
data = FileAttachment("a3-grades-updated2.csv").csv({typed: true})
Insert cell
printTable(data.slice(0, 10)) // display the first five rows
Insert cell
Plot.plot({
y: {
grid: true,
inset: 6
},
marks: [
Plot.boxY(data, {x: "TA", y: "Grades"})
]
})
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