data-analyst

Analyze datasets with pandas, numpy, scipy, and scikit-learn for insights.

4|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/AreteDriver/ai_skills --skill data-analyst-aretedriver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/AreteDriver/ai_skills/tree/main/skills/data-analyst
Command: npx skills add https://github.com/AreteDriver/ai_skills --skill data-analyst-aretedriver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert raw datasets into actionable insights by performing thorough exploratory data analysis, applying appropriate statistical methods, and delivering clear, decision-ready conclusions.

Core Features & Use Cases

  • Exploratory Data Analysis (EDA): Understand data shape, distributions, quality issues, and relationships between variables.
  • Statistical Modeling & Testing: Apply suitable tests and models, report p-values and confidence intervals.
  • Insight Generation & Reporting: Translate results into actionable business recommendations and documentation.
  • Use Case: When given a dataset, run EDA, identify key metrics, test hypotheses, and present findings with practical implications.

Quick Start

Provide a dataset (CSV/Excel/DataFrame) and optional target variable, ask for an overview of data quality and distributions, and request initial hypotheses to test.

Frequently Asked Questions about data-analyst

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

FAQPage Schema
How do I perform exploratory data analysis on a CSV dataset using pandas?

Exploratory data analysis with pandas involves loading your CSV dataset to inspect data shape, distributions, and variable relationships. This skill automates EDA to identify quality issues and generate initial hypotheses for statistical testing.

What statistical tests are appropriate for finding patterns and anomalies in my data?

Applying suitable statistical tests for anomaly detection and pattern discovery depends on your data distribution. This skill automates hypothesis testing using scipy, reporting p-values and confidence intervals to validate findings.

Can I use numpy and scikit-learn to generate actionable business insights from raw data?

You can use numpy and scikit-learn to model raw data and generate actionable business insights. This skill leverages these libraries for data cleaning, statistical modeling, and translating results into decision-ready business recommendations.

Does this data analysis approach work with Excel files and Python DataFrames?

This data analysis approach supports Excel files and Python DataFrames as input formats. You provide a dataset in CSV, Excel, or DataFrame format along with an optional target variable to trigger automated cleaning and statistical reporting.

What is the best way to automate statistical reporting and descriptive statistics in Python?

Automating statistical reporting in Python is best done by scripting descriptive statistics and hypothesis tests sequentially. This skill automates that workflow, delivering clear documentation and decision-ready conclusions from raw datasets.