data-analyst

Write SQL queries and analyze datasets with pandas and statistical methods.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill data-analyst-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/data-analyst
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill data-analyst-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for efficient data exploration, cleaning, transformation, and insight generation by providing expertise in SQL, pandas, and statistical analysis.

Core Features & Use Cases

  • SQL Querying: Write complex SQL queries for data extraction and manipulation.
  • Data Analysis: Analyze datasets using pandas for manipulation, grouping, and time series analysis.
  • Statistical Analysis: Perform descriptive statistics, hypothesis testing, and correlation analysis.
  • Use Case: A user needs to analyze sales data from a database. They can use this skill to write SQL queries to pull relevant data, then use pandas to clean and aggregate it, and finally apply statistical methods to identify trends.

Quick Start

Use the data-analyst skill to write a SQL query that selects all columns from the 'customers' table where the 'signup_date' is after '2023-01-01'.

Frequently Asked Questions about data-analyst

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

FAQPage Schema
How do I write complex SQL queries for data extraction and manipulation?

To write complex SQL queries for data extraction, you can use this skill to generate statements that select, filter, and aggregate data from relational databases. It supports writing queries to pull specific records, such as customers who signed up after a certain date.

How do I clean and transform datasets using pandas?

You can clean and transform datasets using pandas by applying data manipulation techniques for grouping and time series analysis. This skill provides code to aggregate raw data, handle missing values, and prepare structured datasets for statistical analysis.

What statistical methods can I use for data exploration and hypothesis testing?

For data exploration and hypothesis testing, you can apply descriptive statistics, correlation analysis, and statistical testing methods. This skill helps identify trends and generate insights by applying these statistical techniques to your prepared datasets.

What is the best way to prepare raw sales data for identifying trends?

The best way to prepare raw sales data for identifying trends is to extract the data via SQL, clean and aggregate it using pandas, and then apply statistical methods. This workflow ensures accurate data transformation for reliable insight generation.

Does this data analysis approach work for operational analytics and decision-making?

Yes, this data analysis approach works for operational analytics by satisfying functional requirements for data-driven decision-making. It combines SQL extraction, pandas manipulation, and statistical testing to generate actionable insights from operational data.