pivot-table-cross-analysis

Clean merged-cell Excel data and generate pandas crosstabs with Seaborn heatmaps.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill pivot-table-cross-analysis-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pivot-table-cross-analysis
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-da-excel-workflow/capability/excel-data-analysis/pivot-table-analysis
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill pivot-table-cross-analysis-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of analyzing structured categorical data in messy Excel files by cleaning merged-cell issues, building a crosstab, and converting counts into meaningful percentage-based insights and heatmaps.

Core Features & Use Cases

  • Pivot-style cross analysis: Creates frequency cross-tables across two categorical dimensions and computes proportion (percentage) distributions.
  • Heatmap visualization: Generates a readable Chinese-capable heatmap to quickly spot distribution differences by category.
  • Insight extraction & reporting: Extracts Top-N performers per category and overall rankings, then exports results into a multi-sheet Excel report.

Quick Start

Ask the AI to analyze the attached Excel file by generating a cross-analysis pivot table, a percentage heatmap, and an exported multi-sheet Excel report.

Frequently Asked Questions about pivot-table-cross-analysis

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

FAQPage Schema
How do I create a crosstab pivot table from Excel data with merged cells?

To create a crosstab pivot table from Excel data with merged cells, the skill cleans missing values by restructuring target columns, then builds pandas-based cross tables for multi-dimensional categorical cross-analysis. It resolves merged-cell issues automatically before computing frequencies.

How do I visualize a crosstab percentage distribution as a heatmap in Python?

To visualize a crosstab percentage distribution as a heatmap in Python, the skill generates Seaborn heatmaps with built-in Chinese font support. It converts raw frequency counts into proportion distributions to help you quickly spot category differences visually.

Can I extract Top-N ranking insights and export them to a multi-sheet Excel report?

Yes, you can extract Top-N ranking insights and export them to a multi-sheet Excel report. The skill extracts top performers per category and overall rankings, then outputs all crosstab tables and heatmap insights into a single multi-sheet Excel file.

Does this crosstab analysis tool work for award distribution and performance evaluation datasets?

Yes, this crosstab analysis tool works for award distribution, performance evaluation, and market-share style datasets. It processes structured categorical data to generate crosstab frequency and percentage reporting, making it ideal for multi-dimensional categorical cross-analysis.

What is the best way to clean messy Excel categorical data for cross-analysis?

The best way to clean messy Excel categorical data for cross-analysis is to fix merged-cell missing values and restructure target columns. The skill handles this preparation automatically, enabling accurate multi-dimensional categorical cross-analysis without manual data cleaning.