data-analyst

Analyze datasets with pandas, numpy, matplotlib, and seaborn for insights.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bacoco/openfang-fork --skill data-analyst-bacoco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/bacoco/openfang-fork/tree/main/crates/openfang-skills/bundled/data-analyst
Command: npx skills add https://github.com/bacoco/openfang-fork --skill data-analyst-bacoco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers users to analyze datasets, derive statistical insights, create informative visualizations, and clean data effectively.

Core Features & Use Cases

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

Quick Start

Analyze the provided dataset 'customer_data.csv' to identify the top 5 customer segments by purchase frequency.

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 and data cleaning on a CSV dataset?

Exploratory data analysis and data cleaning involve inspecting distributions, handling missing values, standardizing formats, and removing duplicates using pandas. This Skill automates transforming raw CSV data into clean, actionable insights.

What is the best way to generate data visualizations from Python pandas DataFrames?

The best way to generate data visualizations from pandas DataFrames is using matplotlib and seaborn to create histograms and scatter plots. This Skill orchestrates these libraries to produce charts that communicate findings effectively.

Can I run statistical analysis and hypothesis testing without writing Python code?

Yes, you can run statistical analysis and hypothesis testing by directing this Skill. It performs statistical computations and interprets results using numpy, transforming raw data into key statistical measures without manual coding.

Does this data analysis approach work for identifying customer segments and purchasing behaviors?

Yes, this data analysis approach works for identifying customer segments and purchasing behaviors. It analyzes demographic datasets to find top segments by purchase frequency, applying statistical analysis to support data-driven decision-making.

Do I need to install Python libraries like pandas and seaborn before doing data analysis?

You need an environment supporting Python libraries like pandas, numpy, matplotlib, and seaborn for data analysis. This Skill requires these dependencies to execute data validation, statistical computations, and visualization generation.