data-analysis

Clean datasets, run exploratory statistics, and interpret modeling results.

24|7|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/ptreezh/sscisubagent-skills --skill data-analysis-ptreezh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analysis
Source: https://github.com/ptreezh/sscisubagent-skills/tree/main/skills/data-analysis
Command: npx skills add https://github.com/ptreezh/sscisubagent-skills --skill data-analysis-ptreezh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It solves the problem of turning raw, messy datasets into reliable analytical outputs by covering the full workflow from understanding and cleaning to exploration, modeling, visualization, and interpretation.

Core Features & Use Cases

  • Five-stage analytics pipeline: Data understanding → data cleaning → exploratory analysis → modeling strategy → result interpretation.
  • Mixed-method insights: Combines qualitative interpretation (business context and explanation) with quantitative computation (scripts).
  • Turnkey statistical workflow: Supports cleaning decisions for missing/duplicate/noise, exploratory statistics and relationships, common modeling approaches, and visualization-ready outputs.

Quick Start

Ask the AI to run an end-to-end analysis for your dataset by starting with data understanding, then generating a cleaning report, and finally producing exploration results, model recommendations, and an interpretation narrative.

Frequently Asked Questions about data-analysis

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

FAQPage Schema
How do I run exploratory data analysis on a messy dataset using pandas?

To run exploratory data analysis on a messy dataset, this Skill automates the cleaning of missing data, computes exploratory statistics, and generates visualizations using pandas, numpy, and seaborn for reliable analytical outputs.

What is the best way to combine qualitative context with statistical modeling in Python?

The best way to combine qualitative context with statistical modeling is using a mixed-methods approach. This Skill merges qualitative business interpretation with quantitative scikit-learn computations to produce validation-ready reporting outputs.

Does this data analysis workflow support scikit-learn for validation-ready reporting?

Yes, this data analysis workflow supports scikit-learn for validation-ready reporting. It selects modeling approaches, runs quantitative computations, and interprets results to deliver reliable analytical outputs for research and analytics workflows.

Can I use matplotlib and seaborn to visualize relationships during exploratory data analysis?

Yes, you can use matplotlib and seaborn to visualize relationships during exploratory data analysis. This Skill generates visualization-ready outputs to help interpret data relationships and statistical findings effectively.

How do I clean datasets with missing values and duplicates before statistical modeling?

To clean datasets with missing values and duplicates before statistical modeling, this Skill generates a dedicated cleaning report. It automatically handles missing data, duplicates, and noise during the initial data understanding and cleaning stages.