# data_analyzer - Author: KiyongAhn - Repository: KiyongAhn/rep01 - Version: 20260209001343 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/KiyongAhn/rep01 - Web: https://mule.run/skillshub/@@KiyongAhn/rep01~data_analyzer:20260209001343 --- # Data Analyzer Skill ## Purpose Analyze a dataset and produce statistical summaries, detect anomalies, and provide insights. ## Parameters - `dataset`: Name or identifier of the dataset to analyze. - `analysis_type`: Type of analysis to perform. One of: `summary`, `anomaly_detection`, `correlation`. - `columns`: (optional) List of column names to focus the analysis on. ## Output Returns a dict with: - `status`: `"success"` or `"error"` - `analysis_type`: The type of analysis performed - `results`: Dict containing the analysis output