Published
Edited
Apr 26, 2022
Insert cell
# Superstore
Insert cell
workbook = FileAttachment("Some Sample - Superstore Sales (Excel) (2) (2).xlsx").xlsx()
Insert cell
data = workbook.sheet("Orders", { headers: true })
Insert cell
SummaryTable(data)
Insert cell
Inputs.table(data)
Insert cell
import { SummaryTable } from "@observablehq/summary-table"
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