explore-data

Profile datasets to assess shape, quality, and patterns.

46|11|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill explore-data-clawpod-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-data
Source: https://github.com/clawpod-app/awesome-openclaw-agent-packs/tree/main/packs/data/skills/explore-data
Command: npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill explore-data-clawpod-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dataset profiling and quality assessment without manual digging, enabling you to quickly understand structure, quality, and potential issues.

Core Features & Use Cases

  • Profiling: Generate a comprehensive data profile for any table or file (shape, columns, data types).
  • Quality Signals: Identify null rates, duplicates, and suspicious values to inform cleaning.
  • Decision Guidance: Suggest dimensions and metrics for analysis and next steps.

Quick Start

Analyze a new dataset by running explore-data on a table or by uploading a file to generate a full profile.

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 null rates and duplicates?

Dataset profiling automatically checks null rates and duplicates by analyzing a table or uploaded file. It generates a comprehensive profile covering row and column counts, distinct counts, and top values to reveal underlying data quality issues.

What is the best way to understand the shape and structure of a new table?

Understanding a new table's shape is achieved by generating a comprehensive data profile. This process identifies column types, row and column counts, and cardinality, providing immediate clarity on the dataset's overall composition.

Can I get suggestions on which dimensions and metrics to analyze from a raw file?

Yes, you can get suggestions on which dimensions and metrics to analyze from a raw file. Beyond identifying quality signals, the profiling process provides decision guidance to help you determine your next analytical steps and relevant metrics.

Does data profiling automatically detect column types and cardinality?

Yes, data profiling automatically detects column types and cardinality. When you run the profile on a new dataset, it produces a detailed summary that includes distinct counts and column types, allowing you to assess the structure without manual inspection.

How do I identify suspicious values and data quality issues in a dataset?

To identify suspicious values and data quality issues in a dataset, run a profile exploration to surface null rates and duplicates. This highlights potential anomalies and cleaning requirements, helping you quickly assess the reliability of your data.