data-analyst

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

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill data-analyst-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/data-analyst
Command: npx skills add https://github.com/RightNow-AI/openfang --skill data-analyst-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers users to analyze datasets, perform statistical computations, generate visualizations, and derive meaningful 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.
  • Statistical Analysis: Compute descriptive statistics, perform hypothesis testing, and interpret results.
  • Visualization: Create informative charts (histograms, scatter plots, etc.) to communicate findings.
  • Use Case: Analyze a customer dataset to identify key demographics driving purchasing behavior and visualize the results.

Quick Start

Analyze the attached CSV file 'customer_data.csv' to identify the top 5 customer segments by revenue.

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 dataset using Python?

Exploratory data analysis with Python involves inspecting data quality, identifying patterns, and understanding distributions. This Skill uses pandas and numpy to handle data cleaning and compute descriptive statistics, uncovering trends and actionable insights from your datasets.

What's the best way to clean missing values and duplicates before statistical analysis?

Cleaning missing values and removing duplicates before statistical analysis requires standardizing formats and handling gaps. This Skill processes datasets using pandas to handle missing values, standardize formats, and remove duplicates, preparing clean data for accurate statistical computations.

Can I generate visualizations like histograms and scatter plots from pandas DataFrames?

Generating visualizations like histograms and scatter plots from pandas DataFrames is fully supported. This Skill uses matplotlib and seaborn to create informative charts, communicating data distributions and findings derived from your datasets.

Does Python data analysis support hypothesis testing and descriptive statistics?

Python data analysis supports hypothesis testing and descriptive statistics computations. This Skill calculates descriptive statistics, performs hypothesis testing, and interprets results to facilitate data-driven decision-making by uncovering trends and patterns from datasets.

How do I identify key patterns and trends in a customer dataset?

Identifying key patterns and trends in a customer dataset involves analyzing distributions and demographics. This Skill performs exploratory data analysis to uncover purchasing behavior patterns and visualize results, helping you identify top customer segments by revenue.