xlsx

Cleans and preprocesses Excel/CSV data for modeling-ready output using pandas, numpy, scikit-learn templates.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/SPIRAL-EDWIN/MCM-ICM-2601000 --skill xlsx-spiral-edwin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/SPIRAL-EDWIN/MCM-ICM-2601000/tree/main/.github/skills/xlsx
Command: npx skills add https://github.com/SPIRAL-EDWIN/MCM-ICM-2601000 --skill xlsx-spiral-edwin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates rapid cleaning and preprocessing of raw Excel/CSV data so that it is ready for modeling in competitive data analyses.

Core Features & Use Cases

  • Rapid Data Cleaning: handle missing values, detect outliers, and deduplicate rows.
  • Normalization & Feature Engineering: normalize indicators for evaluation models (TOPSIS, AHP, EWM); create lag features, rolling statistics, and interaction terms.
  • Statistical Analysis & Reporting: generate descriptive stats and simple reports to validate data quality.

Quick Start

Load a raw file named 'problem_data.xlsx' and run the quick clean to produce 'processed_data.csv'.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel data cleaning for MCM/ICM modeling?

Excel data cleaning for MCM/ICM modeling is automated by loading raw files like 'problem_data.xlsx' to handle missing values, detect outliers, and deduplicate rows, outputting a modeling-ready 'processed_data.csv'.

What's the best way to normalize indicators for TOPSIS and AHP evaluation models?

Normalizing indicators for TOPSIS and AHP evaluation models is achieved through built-in preprocessing templates that scale data distributions, ensuring cross-sectional and time-series data meet evaluation model requirements.

Can I generate lag features and rolling statistics for time-series data in pandas?

Generating lag features and rolling statistics for time-series data in pandas is supported through feature engineering templates that create interaction terms and rolling windows for modeling-ready datasets.

Does this data preprocessing skill work with standard Python libraries like scikit-learn?

This data preprocessing skill works with standard Python libraries including pandas, numpy, and scikit-learn, providing ready-to-run templates that integrate directly into existing data pipelines.

How do I validate data quality after Excel preprocessing?

Validating data quality after Excel preprocessing is done by generating descriptive statistics and simple reports, allowing you to inspect distributions and confirm outlier detection results before modeling.

What limitations exist when handling raw CSV data for competitive data analysis?

Limitations when handling raw CSV data for competitive data analysis include reliance on standard Python library capabilities for outlier detection and normalization, requiring properly structured input files without complex merged cells.