data-analyst

Analyze datasets with pandas, numpy, matplotlib, and seaborn for statistics and visualization.

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill data-analyst-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/data-analyst
Command: npx skills add https://github.com/aegntic/clawreform --skill data-analyst-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers users to analyze datasets, perform statistical computations, generate visualizations, and derive meaningful insights from data, making complex data exploration accessible.

Core Features & Use Cases

  • Exploratory Data Analysis (EDA): Inspect data quality, identify patterns, and understand distributions.
  • Data Cleaning: Handle missing values, standardize formats, and manage duplicates.
  • Statistical Analysis: Perform hypothesis testing and report key statistical measures.
  • Visualization: Create informative charts (bar, line, scatter, histogram) to represent data.
  • Use Case: Analyze customer purchase history to identify top-selling products and customer segments for targeted marketing campaigns.

Quick Start

Use the data-analyst skill to compute the mean and median of the 'price' column in the attached 'sales_data.csv' file.

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 file using Python?

Exploratory data analysis with Python uses pandas and numpy to inspect data quality, identify patterns, and understand distributions. This Skill automates EDA by computing statistics, handling missing values, and summarizing findings in plain language.

Can I generate visualizations like scatter plots and histograms from my dataset?

You can generate visualizations using matplotlib and seaborn to create bar, line, scatter, and histogram charts. This Skill applies best practices in data visualization to represent distributions and communicate findings clearly from your dataset.

What's the best way to clean data and handle missing values before statistical testing?

Data cleaning handles missing values, standardizes formats, and manages duplicates to ensure reproducible results. This Skill prepares your dataset for appropriate statistical testing by resolving quality issues before hypothesis testing begins.

Do I need to install pandas and numpy separately to use this data analysis Skill?

This Skill provides expert data analysis capabilities using Python libraries like pandas, numpy, matplotlib, and seaborn. It operates within your Python environment to apply statistical testing and visualization without requiring external component installations.

How does statistical analysis in Python identify trends in customer purchase history?

Statistical analysis in Python computes key measures and performs hypothesis testing to identify trends in customer purchase history. This Skill reports statistical findings and identifies top-selling products and segments for targeted marketing.

Are there limitations to using Python for reproducible data cleaning and EDA?

Python data analysis requires structured datasets to perform reproducible data cleaning and appropriate statistical testing. This Skill works best with tabular data formats where exploratory data analysis can accurately identify patterns and distributions.