explore-data

Profile tables or files to reveal shape, quality, and distributions.

704|58|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/openyak/desktop --skill explore-data-openyak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-data
Source: https://github.com/openyak/desktop/tree/main/backend/app/data/plugins/data/skills/explore-data
Command: npx skills add https://github.com/openyak/desktop --skill explore-data-openyak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profiling and exploring a dataset to understand its shape, data quality, and patterns before deeper analysis.

Core Features & Use Cases

  • Generate a comprehensive data profile for a table or file, including shape, nulls, data types, and column distributions.
  • Identify data quality issues (null rates, duplicates, anomalies) and guide subsequent analysis.
  • Recommend next steps and potential dimensions and metrics for analytics projects.

Quick Start

Profile the provided table or file to reveal its shape, quality, and distributions.

Frequently Asked Questions about explore-data

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

FAQPage Schema
How do I profile a dataset to check its shape and data quality?

You can profile a dataset by applying exploration logic to your warehouse tables or uploaded files. This reveals the dataset's shape, column types, null rates, top values, and potential quality issues, ultimately returning a concise data profile and a summary of data quality risks.

What is the best way to explore column distributions and identify null rates in my table?

The best way to explore column distributions and identify null rates is by running a data profile on the table. This process evaluates the dataset to return column types, null rates, top values, and a summary of data quality risks like duplicates and anomalies.

Can I use data profiling on both uploaded files and warehouse tables?

Yes, you can apply data profiling to both warehouse tables and uploaded files. The profiling mechanism works across both data sources to return column types, null rates, top values, and potential quality issues for your datasets.

How do I find data quality issues like duplicates and anomalies before deeper analysis?

To find data quality issues like duplicates and anomalies before deeper analysis, profile your dataset to evaluate null rates and distributions. The resulting data profile highlights potential quality issues and provides a summary of data quality risks.

What should I do after profiling my dataset to guide subsequent analysis?

After profiling your dataset, you should review the recommended follow-up explorations included in the results. The data profile provides recommended next steps and potential dimensions and metrics to guide your subsequent analytics projects.