data-analysis

Clean datasets, compute statistics, and generate visualizations with Python libraries.

13|2|Updated Jan 22, 2023
One-click install
npx skills add https://github.com/meirm/askGPT --skill data-analysis-meirm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analysis
Source: https://github.com/meirm/askGPT/tree/main/examples/skills/data-analysis
Command: npx skills add https://github.com/meirm/askGPT --skill data-analysis-meirm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables data exploration, cleaning, statistical analysis, visualization, and insight generation to inform decisions.

Core Features & Use Cases

  • Exploration & Cleaning: Load datasets, identify missing values, handle outliers, standardize formats.
  • Statistical Analysis & Visualization: Compute descriptive statistics, correlations, regressions, and generate charts.
  • Insight Generation: Translate results into actionable recommendations and business context.

Quick Start

Load a CSV file and run descriptive statistics, then generate a simple plot.

Frequently Asked Questions about data-analysis

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

FAQPage Schema
How do I clean and prepare a dataset for analysis?

Data cleaning involves loading your dataset, identifying and handling missing values, detecting outliers, and standardizing formats. This Skill uses Python libraries like pandas and numpy to automate these steps, preparing raw data for statistical analysis and visualization so you can work with consistent, complete information.

Can I generate statistical summaries and visualizations from CSV files?

Yes. This Skill loads CSV files, computes descriptive statistics including correlations and regressions, and generates charts using matplotlib and seaborn. You get both numeric summaries and visual plots in a single workflow, making patterns and relationships immediately apparent.

What's the best way to turn raw data into actionable business insights?

This Skill combines data exploration, statistical analysis, and visualization to translate results into recommendations with business context. It handles the full pipeline—loading, cleaning, analyzing, and reporting—so insights connect directly to decisions rather than stopping at raw numbers.

Does this work with datasets of different sizes and domains?

Yes. The Skill applies to datasets across varying sizes and domains, supporting flexible file I/O and reproducible workflows. Whether your data is small and focused or large and complex, the same cleaning, statistical, and visualization approach adapts to your context.

How do I handle missing values and outliers in my data?

This Skill provides built-in missing-value handling and outlier treatment using pandas and numpy functions. You can identify problematic data points and apply standardized approaches to either remove or transform them, ensuring your statistical analysis rests on clean, reliable information.

Can I create reproducible analysis workflows and export results?

Yes. The Skill emphasizes code readability and reproducible workflows, producing comprehensive outputs including executive summaries and visualizations. You can rerun analyses consistently and share results as both structured reports and visual artifacts.