MCPcopy Create free account
hub / github.com/observablehq/framework / aapl

Function aapl

src/client/stdlib/sampleDatasets.js:1–1  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const aapl = () => csv(import.meta.resolve("npm:@observablehq/sample-datasets/aapl.csv"), true);
2export const alphabet = () => csv(import.meta.resolve("npm:@observablehq/sample-datasets/alphabet.csv"), true);
3export const cars = () => csv(import.meta.resolve("npm:@observablehq/sample-datasets/cars.csv"), true);
4export const citywages = () => csv(import.meta.resolve("npm:@observablehq/sample-datasets/citywages.csv"), true);

Callers

nothing calls this directly

Calls 1

csvFunction · 0.85

Tested by

no test coverage detected