Public
Edited
Apr 13
Paused
31 forks
Importers
Insert cell
Insert cell
Insert cell
Insert cell
data_meteorites = FileAttachment("meteorites.csv").csv({ typed: true })
Insert cell
Insert cell
Insert cell
data_meteorites
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... your code here
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// Inputs.table( data_meteorites, {
// format: {
// year: cell => cell.toFixed(0)
// }
// })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// ... uncomment to enable

// viewof myTable = Inputs.table( data_meteorites, {
// format: {
// year: cell => cell.toFixed(0)
// }
// })
Insert cell
Insert cell
Insert cell
// ... your code here
Insert cell
Insert cell
Insert cell
// ... your code here
Insert cell
Insert cell
Insert cell
import {SummaryTable} from "@observablehq/summary-table"
Insert cell
Insert cell
import {toc} from "@nebrius/indented-toc"
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
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