data-exploration

Profile datasets to reveal data quality, shape, and schema.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/qytay-palo/gen-e2-data-analysis-MOH --skill data-exploration-qytay-palo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-exploration
Source: https://github.com/qytay-palo/gen-e2-data-analysis-MOH/tree/main/.github/prompts/data-plugin/skills/data-exploration
Command: npx skills add https://github.com/qytay-palo/gen-e2-data-analysis-MOH --skill data-exploration-qytay-palo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profiling new datasets to understand their shape, quality, and readiness for analysis, reducing blind spots and guiding feature selection.

Core Features & Use Cases

  • Data quality assessment: identify nulls, distributions, outliers, and schema insights to plan analyses.
  • Schema and lineage hints: infer data types, potential keys, freshness, and data origin to support model and report design.
  • Quick decision support: determine which dimensions and metrics to analyze first and how to approach data wrangling.

Quick Start

Ingest a new dataset and run the data exploration profiler to generate a concise profiling summary.

Frequently Asked Questions about data-exploration

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

FAQPage Schema
How do I profile a new dataset to assess data quality and readiness?

To profile a new dataset for data quality, ingest the data source and run the profiling process to generate a concise summary of nulls, distributions, outliers, and schema insights. This reveals structural readiness and guides subsequent analysis steps.

What is data profiling used for when exploring an unfamiliar schema?

Data profiling is used to infer data types, potential keys, and lineage hints when exploring an unfamiliar schema. It helps identify structural relationships and data origin to support model design and determine which dimensions and metrics to analyze first.

Can I detect schema variations and outliers across different data sources?

Yes, you can detect schema variations and outliers across different data sources by applying profiling to assess shape and quality. It identifies structural differences and distribution anomalies to help plan feature selection and data wrangling approaches.

What's the best way to identify nulls and data type mismatches in a dataset?

The best way to identify nulls and data type mismatches is to run a column profiling assessment. This process evaluates each column to reveal quality issues, infer correct data types, and highlight inconsistencies for team awareness and decision support.