data-analysis

Analyze CSV, Parquet, and JSON datasets to produce summaries, trends, and visualizations.

2|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AllanYiin/Amon --skill data-analysis-allanyiin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analysis
Source: https://github.com/AllanYiin/Amon/tree/main/src/amon/resources/skills/data-analysis
Command: npx skills add https://github.com/AllanYiin/Amon --skill data-analysis-allanyiin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

對 CSV/Parquet/JSON 資料進行分析,協助使用者快速獲得統計摘要、趨勢識別與視覺化,減少手動分析的時間與繁瑣。

Core Features & Use Cases

  • 描述性統計與摘要:平均值、標準差、分位數等快速計算。
  • 趨勢與模式識別:時間序列分析、相關性檢視與分組比較。
  • 資料清理與預處理:處理缺失值、移除重複、轉換資料型別以利分析。
  • 視覺化與報告支援:生成圖表以支援報告與團隊溝通。

Quick Start

載入一個資料集,並執行自動化探索分析以產生初步報告。

Frequently Asked Questions about data-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get statistical summaries and visualizations from a CSV dataset?

To get statistical summaries and visualizations from a CSV dataset, you can load the file to automatically calculate descriptive statistics, identify trends, and generate plots using pandas and numpy within a secure sandbox.

Can I use pandas to clean missing values and preprocess JSON files?

Yes, you can use pandas to clean missing values and preprocess JSON files, handling duplicates and converting data types to prepare structured data for downstream exploration and comparative analysis.

What is the best way to perform time series analysis and identify data trends?

The best way to perform time series analysis and identify data trends is by loading your dataset into an environment that supports automated exploration, applying grouping comparisons and correlation checks to reveal patterns.

Does this data analysis approach support Parquet datasets and deterministic execution?

Yes, this data analysis approach supports Parquet datasets alongside CSV and JSON formats, ensuring deterministic execution in a secure sandbox while running preprocessing, feature engineering, and plotting operations.

How do I generate charts for reports from raw multi-format data?

You can generate charts for reports from raw multi-format data by loading CSV, Parquet, or JSON files into the sandbox to produce automated visualizations that support team communication and insights.

What should I not expect when doing data cleaning in a secure sandbox environment?

When doing data cleaning in a secure sandbox environment, you should not expect access to external network resources or non-deterministic operations, as execution is strictly contained to ensure reproducible analysis results.