Unlisted
Edited
Sep 30, 2024
Insert cell
sda = import("https://esm.sh/jsr/@nshiab/simple-data-analysis@3.9.3/src/bundle")
Insert cell
sdb = {
const sdb = new sda.SimpleWebDB();
return sdb;
}
Insert cell
table = {
const table = sdb.newTable();

await table.fetchData(
"https://raw.githubusercontent.com/nshiab/simple-data-analysis/main/test/geodata/files/firesCanada2023.csv"
);

return table;
}
Insert cell
Inputs.table(await table.getData())
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