auto-data-analyzer

Automated data analysis tool - Input CSV/Excel data and automatically generate comprehensive analysis reports. Includes data cleaning, statistical description, visualization, correlation analysis, and regression analysis. Ideal for rapid data analysis needs.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "auto-data-analyzer" with this command: npx skills add jason-aka-chen/auto-data-analyzer-chen

auto-data-analyzer

Automated data analysis tool that generates comprehensive reports from input data.

Features

1. Data Cleaning

  • Missing value detection and handling
  • Outlier detection
  • Data type conversion
  • Duplicate value handling

2. Statistical Description

  • Basic statistics (mean, median, standard deviation, etc.)
  • Quantile analysis
  • Distribution visualization

3. Visualization

  • Histograms
  • Box plots
  • Scatter plots
  • Heatmaps

4. Advanced Analysis

  • Correlation analysis
  • Regression analysis
  • Clustering analysis
  • Time series analysis

Usage

Installation

pip install pandas numpy matplotlib seaborn scikit-learn

Basic Usage

from analyzer import DataAnalyzer

analyzer = DataAnalyzer('data.csv')
analyzer.clean()
analyzer.describe()
analyzer.visualize()
analyzer.report()  # Generate HTML report

Command Line

python main.py data.csv --output report.html

Output

  • HTML analysis report
  • PNG charts
  • CSV statistical results

Use Cases

  • Business data analysis
  • Market research reports
  • User behavior analysis
  • Sales data analysis

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

financial-report-analysis

上市公司财务报表智能分析 - 自动解析资产负债表、利润表、现金流量表,生成专业财务分析报告

Registry SourceRecently Updated
5760Profile unavailable
Research

Data Report Generator — CSV/Excel to Word/PDF with Charts

Automatically analyze CSV or Excel files and generate professional data analysis reports with charts, summaries, and insights — output as Word (.docx) or PDF...

Registry Source
4351Profile unavailable
Research

CSV Data Analyzer

Load, explore, clean, analyze, and visualize CSV data to provide statistical summaries, correlations, filtered views, and charts for insights.

Registry Source
8940Profile unavailable
Research

Scan

The Universal Perceptual Interface for Autonomous Agents. Multi-modal deep-scan technology for telemetry, biometric data, and high-density information extrac...

Registry SourceRecently Updated
3580Profile unavailable