π¦ ClawHub
Auto Data Analyzer
by @jason-aka-chen
Automated data analysis tool - Input CSV/Excel data and automatically generate comprehensive analysis reports. Includes data cleaning, statistical descriptio...
TERMINAL
clawhub install auto-data-analyzer-chenπ About This Skill
name: auto-data-analyzer description: 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. tags: - data - analysis - report - visualization - automation version: 1.0.0 author: chenq
auto-data-analyzer
Automated data analysis tool that generates comprehensive reports from input data.
Features
1. Data Cleaning
2. Statistical Description
3. Visualization
4. Advanced Analysis
Usage
Installation
pip install pandas numpy matplotlib seaborn scikit-learn
Basic Usage
from analyzer import DataAnalyzeranalyzer = 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
Use Cases
β‘ When to Use
π‘ Examples
Installation
pip install pandas numpy matplotlib seaborn scikit-learn
Basic Usage
from analyzer import DataAnalyzeranalyzer = DataAnalyzer('data.csv')
analyzer.clean()
analyzer.describe()
analyzer.visualize()
analyzer.report() # Generate HTML report
Command Line
python main.py data.csv --output report.html