data-analyst

Analyze datasets with pandas, numpy, matplotlib, and seaborn for EDA, cleaning, statistics, and visualizations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to analyze datasets, generate statistical summaries, create informative visualizations, and derive actionable insights from data.

Core Features & Use Cases

  • Exploratory Data Analysis (EDA): Inspect data quality, identify patterns, and understand distributions.
  • Data Cleaning: Handle missing values, standardize formats, and remove duplicates for reliable analysis.
  • Statistical Analysis: Perform hypothesis testing and report key statistical measures.
  • Visualization: Create clear and effective charts (histograms, scatter plots, etc.) to communicate findings.
  • Use Case: Analyze a CSV file containing customer demographics and purchase history to identify key customer segments and their purchasing behaviors.

Quick Start

Use the data-analyst skill to analyze the attached file 'customer_data.csv'.

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 on a CSV file involves inspecting data quality, identifying patterns, and understanding distributions using Python libraries like pandas and numpy. This Skill performs EDA to inspect datasets, handle missing values, and report key statistical measures.

Can I use pandas and matplotlib to clean data and generate visualizations?

Yes, you can use pandas and matplotlib to clean data and generate visualizations. This Skill handles missing values, standardizes formats, removes duplicates, and creates informative charts like histograms and scatter plots to communicate findings.

What is the best way to identify customer segments from purchase history data?

Identifying customer segments from purchase history requires analyzing demographic and transactional data to uncover purchasing behaviors. This Skill analyzes datasets to derive actionable insights and identify key customer segments through statistical computations.

Does this data analysis approach support hypothesis testing and statistical modeling?

Yes, this data analysis approach supports hypothesis testing and statistical modeling. It performs statistical analysis by executing hypothesis testing and reporting key statistical measures to provide in-depth understanding of your dataset.

How do I handle missing values and remove duplicates for reliable data analysis?

Handling missing values and removing duplicates involves data cleaning steps to standardize formats for reliable analysis. This Skill performs robust data manipulation to clean datasets, ensuring accurate statistical computations and visualizations.