Data Report

Use this skill when the task involves analyzing data to compute statistics, aggregations, or summaries, and presenting the results as a report. Suitable for tasks like "summarize this dataset", "calculate averages and totals", "generate a weekly sales report", or "show me trends in this data". Do NOT use for simple format conversion between file types.

agentscope-ai 8e69337 2 files · 3.0 KB Updated

File contents

Data Report Skill

Analyzes structured data and generates statistical summary reports.

Available Scripts

  • scripts/summarize.py — Compute descriptive statistics (count, mean, min, max, stddev) for numeric columns and output a Markdown report

Usage

python3 scripts/summarize.py --input data.csv --output report.md

agentscope-ai/agentscope-java/tree/main/agentscope-core/src/test/resources/e2e-skills/data-report commit 8e69337705

Frequently asked questions

npx skillmds@latest add agentscope-ai/data-report