data-analyst

Analyze raw datasets from CSV, Excel, and SQL sources with Python.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/louloulin/claude-agent-sdk --skill data-analyst-louloulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/louloulin/claude-agent-sdk/tree/main/crates/claude-agent-sdk/examples/.claude/skills/data-analyst
Command: npx skills add https://github.com/louloulin/claude-agent-sdk --skill data-analyst-louloulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams turn raw data into actionable insights through cleaning, analysis, visualization, and reporting, reducing manual data-wrangling time and enabling data-driven decisions.

Core Features & Use Cases

  • Data Cleaning & Preparation: Import, clean, and prepare datasets from CSV, Excel, SQL, or API sources.
  • Exploratory Data Analysis (EDA): Generate descriptive statistics, distributions, correlations, and trend analyses.
  • Visualization & Reporting: Create charts and dashboards to communicate insights and KPIs to stakeholders.
  • Use Case: Imagine you have a quarterly sales dataset. Use this Skill to clean the data, perform an EDA, and produce a summarized report with visuals.

Quick Start

Analyze a sales.csv file to produce a cleaned dataset, an overview report, and a simple visualization.

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

Exploratory data analysis on a CSV dataset uses pandas and numpy to import data, calculate descriptive statistics, and identify correlations. This process generates actionable insights, distributions, and trend analyses from raw files.

What's the best way to automate data cleaning and visualization for quarterly sales reports?

Automating data cleaning and visualization for sales reports requires a Python data stack utilizing pandas, matplotlib, and seaborn. It transforms raw datasets into cleaned dataframes, charts, and summarized KPI dashboards for stakeholders.

Can I analyze data directly from SQL databases using pandas?

Yes, you can analyze data directly from SQL databases using pandas by establishing a database connection. This allows you to query relational data, perform data cleaning, and execute exploratory data analysis within your Python environment.

Does this data analysis approach work with Excel files and API sources?

Yes, this data analysis approach works with Excel files and API sources alongside CSV and SQL. It imports these varied formats into pandas dataframes to perform uniform data preparation, EDA, and reporting workflows.

Do I need a specific data science environment to run Python data analysis and reporting?

You need a standard data science environment configured with the Python data stack including pandas, numpy, matplotlib, and seaborn. These libraries provide the foundational functions required to execute data cleaning, EDA, and visualization tasks.