data-analyst

Analyze datasets with SQL, pandas, and statistics to produce code snippets and interpretations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill data-analyst-kaiboo404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/KaiBoo404/agent-skills-with-project-template/tree/main/.agents/skills/data-analyst
Command: npx skills add https://github.com/KaiBoo404/agent-skills-with-project-template --skill data-analyst-kaiboo404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data analysts often spend time cleaning data, writing repetitive SQL queries, and deriving insights from large datasets. This skill consolidates SQL, pandas, and statistics to accelerate dataset exploration and reporting.

Core Features & Use Cases

  • SQL querying for data extraction and joins
  • Pandas data manipulation, transformations, and time-series handling
  • Statistical analysis including descriptive statistics and hypothesis testing
  • Data cleaning and preparation for analysis
  • Generate reproducible analysis results with code snippets

Quick Start

Provide a dataset and I will analyze it using SQL, pandas, and statistics to produce actionable insights.

Frequently Asked Questions about data-analyst

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

FAQPage Schema
How do I clean and analyze a CSV dataset using pandas and SQL?

Data cleaning and analysis are performed using pandas for transformations and SQL for extraction, producing reproducible code snippets and summary interpretations for actionable insights.

What is the best way to run exploratory data analysis across database tables?

Exploratory data analysis is handled by combining SQL queries for data extraction and joins with pandas transformations, generating descriptive statistics and actionable insights from your datasets.

Can I use Python to perform statistical analysis and hypothesis testing on my data?

Yes, statistical analysis including descriptive statistics and hypothesis testing is supported using basic statistical tools within Python, yielding summary interpretations of your dataset.

Do I need to install specific Python libraries for SQL querying and time-series handling?

Yes, you need Python with SQL support via libraries and pandas installed to execute data manipulation, time-series handling, and generate reproducible analysis code.

How do I prepare raw data for modeling and reporting in a notebook environment?

Raw data is prepared for modeling and reporting through data cleaning and transformation using pandas and SQL, outputting reproducible code snippets and summary interpretations within notebooks.