data-analyst

Analyzes data with pandas, numpy, matplotlib, and seaborn.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vTajae/0x000026 --skill data-analyst-vtajae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/vTajae/0x000026/tree/main/crates/openfang-skills/bundled/data-analyst
Command: npx skills add https://github.com/vTajae/0x000026 --skill data-analyst-vtajae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers users to analyze datasets, derive statistical insights, and create meaningful visualizations, transforming raw data into actionable knowledge.

Core Features & Use Cases

  • Exploratory Data Analysis (EDA): Inspect data quality, distributions, and relationships.
  • Data Cleaning: Handle missing values, standardize formats, and manage duplicates.
  • Statistical Analysis: Perform hypothesis testing and report key metrics.
  • Visualization: Generate informative charts (bar, line, scatter, histogram) for clear communication.
  • Use Case: Analyze customer purchase history to identify top-selling products and customer segments for targeted marketing campaigns.

Quick Start

Use the data-analyst skill to analyze the attached file 'sales_data.csv' and identify the top 5 selling products.

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

You can perform exploratory data analysis by using this Skill to inspect data quality, distributions, and relationships. It handles the entire EDA process, from data cleaning to statistical computations, using pandas and numpy.

What is the best way to clean missing values and manage duplicates in a dataset?

The best way to clean missing values and manage duplicates is to apply automated data cleaning workflows. This Skill standardizes formats and handles missing data using pandas, preparing datasets for accurate statistical analysis.

Can I generate statistical analysis and visualizations like histograms and scatter plots?

Yes, you can generate statistical analysis and visualizations including bar, line, scatter, and histogram charts. This Skill computes key metrics, performs hypothesis testing, and uses matplotlib and seaborn to create informative visual outputs.

Do I need to write Python code to identify customer segments from purchase history?

You do not need to write Python code manually to identify customer segments from purchase history. This Skill processes your dataset directly, running statistical computations and EDA to identify top-selling products for targeted marketing campaigns.

Does this data analysis approach work for business intelligence and decision-making?

Yes, this data analysis approach works for business intelligence and decision-making. It transforms raw data into actionable knowledge by combining statistical analysis, data cleaning, and visualization generation to reveal underlying dataset trends.