observable-framework-lib-arquero

Transform and analyze tabular data with Arquero in Observable Framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex data manipulation and analysis within Observable Framework projects by leveraging the powerful Arquero library.

Core Features & Use Cases

  • Data Transformation: Perform operations like filtering, aggregation, joining, and reshaping on tabular data.
  • Data Visualization: Easily create charts and tables from transformed data using Observable Plot and Inputs.table.
  • Data Loading: Load data from various file formats including Arrow, Parquet, CSV, TSV, and JSON.
  • Use Case: Analyze monthly sunshine data for different cities, calculate correlations between them, and visualize the trends.

Quick Start

Use the observable-framework-lib-arquero skill to load the 'flights-200k.arrow' file and display it as a table.

Frequently Asked Questions about observable-framework-lib-arquero

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

FAQPage Schema
How do I transform and analyze tabular data in Observable Framework?

You can transform and analyze tabular data in Observable Framework using the Arquero library to filter, aggregate, join, and reshape datasets. This Skill enables data manipulation and integrates with Observable Plot for visualization.

What file formats can I load for data analysis in Observable Framework?

Observable Framework supports loading data for analysis from Arrow, Parquet, CSV, TSV, and JSON files. These formats can be loaded directly and transformed using Arquero for tabular data manipulation.

Can I visualize transformed data using Observable Plot and Inputs?

Yes, transformed data can be visualized using Observable Plot and Inputs table. After performing Arquero operations like filtering and aggregation, you can display the results as interactive charts or tables.

How do I calculate statistical correlations and aggregate data in Observable Framework?

To calculate statistical correlations and aggregate data in Observable Framework, you can use Arquero's built-in functions for statistical aggregation and data transformation on tabular datasets loaded from files like CSV or Arrow.

Do I need to install external dependencies to reshape tabular data with Arquero?

No external dependencies are required to reshape tabular data with Arquero. This Skill operates independently within the Observable Framework to perform data transformation and analysis without additional setup.

What is the best way to display large datasets in an Observable Framework dashboard?

The best way to display large datasets in an Observable Framework dashboard is loading efficient formats like Arrow or Parquet, transforming the data with Arquero, and rendering it via Observable Plot or Inputs table.