eda-report

Profile numeric and categorical variables and generate an EDA audit summary.

19|3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/qa-aman/claude-skills --skill eda-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eda-report
Source: https://github.com/qa-aman/claude-skills/tree/main/skills/by-role/data-scientist/eda-report
Command: npx skills add https://github.com/qa-aman/claude-skills --skill eda-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates exploratory data analysis and reporting to help analysts quickly understand a dataset's quality, structure, and key statistics before modeling or decision making.

Core Features & Use Cases

  • Profile numeric and categorical columns to surface distribution, skew, and cardinality.
  • Detect data quality issues (missing values, outliers, wrong types) and generate an audit-ready summary.
  • Produce a comprehensive EDA report including data quality notes, top variable insights, and recommended next steps.

Quick Start

Load your dataset and run the EDA workflow to produce a structured report.

Frequently Asked Questions about eda-report

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

FAQPage Schema
How do I automate exploratory data analysis reporting for a CSV or Excel dataset?▼

Automating exploratory data analysis reporting involves loading your CSV or Excel dataset to automatically profile variables, detect data quality issues, and output a structured summary with distribution insights and an audit log.

What is included in a structured EDA report for initial data understanding?▼

A structured EDA report includes data quality notes, numeric and categorical variable profiling, distribution and correlation insights, top variable insights, and recommended next steps for analytics projects.

Can I use this EDA workflow to detect data quality issues like missing values and outliers?▼

Yes, you can use this EDA workflow to detect data quality issues by profiling variables to surface missing values, outliers, wrong types, and cardinality, generating an audit-ready summary for your dataset.

What's the best way to profile numeric and categorical columns before modeling?▼

The best way to profile numeric and categorical columns is running an automated EDA workflow that surfaces distribution, skew, and cardinality, delivering concise variable insights and recommended next steps.

Do I need any specific dependencies to generate a data quality audit log from my dataset?▼

No specific dependencies are required to generate a data quality audit log. You simply load your CSV or Excel dataset and run the EDA workflow to produce the audit log and summary.

When do I need exploratory data analysis for my analytics project?▼

You need exploratory data analysis before modeling or decision making to quickly understand a dataset's quality, structure, and key statistics, ensuring your data is ready for downstream analytics tasks.