data-explore-data

Profile tabular or file-based datasets with per-column metrics and quality signals.

14|3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/kevinlin/cowork-z --skill data-explore-data-kevinlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-explore-data
Source: https://github.com/kevinlin/cowork-z/tree/main/src-tauri/resources/skill-templates/data-explore-data
Command: npx skills add https://github.com/kevinlin/cowork-z --skill data-explore-data-kevinlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profile and explore a dataset to understand its shape, quality, and patterns.

Core Features & Use Cases

  • Data shape and schema discovery
  • Per-column profiling (types, nulls, distincts)
  • Data quality checks and anomaly hints
  • Guidance for follow-up analyses and decisions

Quick Start

Provide a table name or upload a file to generate a data profile.

Frequently Asked Questions about data-explore-data

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

FAQPage Schema
How do I profile a CSV dataset to check data quality and schema?

To profile a CSV dataset, provide the file to generate a structured data profile containing per-column metrics, types, null counts, and quality signals. It reads tabular inputs and outputs actionable profiling results revealing data shape and anomalies.

What is the best way to explore the shape and metadata of a Parquet file?

The best way to explore Parquet file metadata is to submit the file for automated schema discovery and per-column profiling. This process reveals distinct values, null counts, and underlying patterns to help you understand dataset quality and structure quickly.

Can I use data profiling to find anomalies and nulls in Excel or JSON datasets?

Yes, you can use data profiling to find anomalies and nulls in Excel or JSON datasets. The profiling mechanism supports these formats to output structured quality signals, helping you detect missing values and irregularities across columns.

Does dataset exploration work with both file-based inputs and database tables?

Dataset exploration works with both file-based inputs and database tables. You can provide a table name or upload a supported file format like CSV, Parquet, or JSON to generate a comprehensive data profile with quality checks.

What should I do after generating a data profile for my dataset?

After generating a data profile, you should review the per-column metrics and anomaly hints to guide follow-up analyses. The profiling results provide actionable guidance for data cleaning, quality remediation, and downstream analytical decisions.

When do I need to perform data profiling before starting my analysis?

You need to perform data profiling before starting your analysis when you are unfamiliar with a dataset's shape, schema, or quality. Profiling reveals per-column types, nulls, and distinct values, ensuring your downstream analysis avoids unexpected data errors.