observable-framework-sample-datasets

Load built-in sample datasets into Observable Framework projects.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-sample-datasets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observable-framework-sample-datasets
Source: https://github.com/spqw/skill-observable-framework/tree/main/skills/observable-framework-sample-datasets
Command: npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-sample-datasets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides easy access to pre-defined sample datasets within Observable Framework, simplifying prototyping and example creation.

Core Features & Use Cases

  • Built-in Datasets: Utilizes datasets like aapl, diamonds, penguins, and weather directly.
  • Simplified Prototyping: Quickly integrate data into your Observable Framework projects without external setup.
  • Use Case: Start building a data visualization in Observable Framework by referencing the diamonds dataset to create a scatter plot, without needing to manually download or import CSV files.

Quick Start

Reference the 'diamonds' dataset in your Observable Framework code to begin visualizing it.

Frequently Asked Questions about observable-framework-sample-datasets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load sample datasets for rapid prototyping in Observable Framework?

To load sample datasets for Observable Framework, you can reference built-in collections like `aapl`, `diamonds`, `penguins`, and `weather` directly in your code. This leverages the `@observablehq/sample-datasets` package to fetch data on-demand without manual file imports.

What sample datasets are available for Observable Framework visualizations?

Available sample datasets for Observable Framework include `aapl`, `diamonds`, `penguins`, and `weather`. These built-in collections provide immediate data access for rapidly prototyping data-driven visualizations and analyses.

Do I need to manually download CSV files to build Observable Framework examples?

You do not need to manually download CSV files to build Observable Framework examples. This Skill provides direct access to pre-defined sample datasets, allowing you to reference data like `diamonds` immediately for visualization projects.

Can I use built-in datasets to create a scatter plot in Observable Framework?

You can use built-in datasets to create a scatter plot in Observable Framework by referencing the `diamonds` dataset directly. This provides the necessary data points for visualization without requiring external setup or complex data loading logic.

Are there limitations to using built-in sample datasets for Observable Framework?

The primary limitation of using built-in sample datasets is that they are restricted to predefined examples like `aapl` and `penguins`, making them suitable primarily for rapid prototyping and demonstrations rather than analyzing external production data.