grouped-statistics

Merge and clean multi-sheet Excel workbooks using Python pandas.

110|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill grouped-statistics-michaelyang-lyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grouped-statistics
Source: https://github.com/MichaelYang-lyx/AIDABench/tree/main/skills/sn-da-excel-workflow/capability/excel-data-statistics/grouped-statistics
Command: npx skills add https://github.com/MichaelYang-lyx/AIDABench --skill grouped-statistics-michaelyang-lyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users consolidate data from multiple Sheets in a single Excel workbook, handling row counts, merges, and forward-fill to ensure consistency.

Core Features & Use Cases

  • Multi-sheet aggregation: Merge data from several sheets with alignment on key columns.
  • Data cleaning & normalization: Forward-fill missing group identifiers and convert numeric fields.
  • Use Case: Prepare a consolidated Excel report from a two-sheet dataset with differing row counts.

Quick Start

Use this skill to process an Excel file with two sheets where the first sheet contains categories and counts and the second sheet contains supplementary metrics.

Frequently Asked Questions about grouped-statistics

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

FAQPage Schema
How do I merge multiple Excel sheets with different row counts into one dataset?

To merge multi-sheet Excel data, the Skill aligns key columns across sheets and applies forward-fill to normalize missing group identifiers. It extracts data sheet-wise from workbooks with differing row counts to produce a single consistent consolidated dataset.

Can I use pandas to clean and forward-fill missing values across multiple Excel sheets?

Yes, you can use pandas to clean and forward-fill missing values across multiple Excel sheets. This Skill implements sheet-wise extraction with pandas to forward-fill missing group identifiers and convert numeric fields, ensuring consistent datasets for financial dashboards and KPI reports.

What is the best way to consolidate financial dashboard data spread across several Excel sheets?

The best way to consolidate financial dashboard data across several Excel sheets is using a post-merge normalization step. This Skill merges sheet-wise extractions on key columns and forward-fills irregular row counts to produce a consistent, clean dataset for reporting.

Do I need any external libraries to aggregate multi-sheet Excel workbooks with this Skill?

You do not need any external libraries to aggregate multi-sheet Excel workbooks. This Skill requires only standard Python libraries to execute its pandas-based data cleaning, sheet-wise extraction, and post-merge normalization processes without additional dependencies.

How do I prepare a consolidated Excel report from a workbook with categories and supplementary metrics?

Preparing a consolidated Excel report from categories and supplementary metrics involves merging the first sheet's counts with the second sheet's metrics. This Skill aligns the differing row counts on key columns and forward-fills missing identifiers to output a normalized dataset.