Skip to main content

csv-taxonomy-consolidation

Consolidate multiple CSV spreadsheets into a normalized taxonomy with deduplication, column mapping, hierarchy alignment, and audit reports.

Aller à l'installation

Informations de source

Dépôt
Rycen7822/skill-retrieval-mcp
Dernière activité de la source
10 mai 2026 à 17:34
Langue détectée de SKILL.md
anglais
Étoiles
2
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
csv-taxonomy-consolidation
description
Consolidate multiple CSV spreadsheets into a normalized taxonomy with deduplication, column mapping, hierarchy alignment, and audit reports.
tags
["csv","taxonomy","spreadsheet","deduplication","pandas","hierarchy"]
# CSV Taxonomy Consolidation ## When to Use Use when the user has multiple CSV files or spreadsheets that need schema mapping, duplicate merging, taxonomy hierarchy cleanup, or reproducible audit reports. ## Do Not Use When Do not use for plotting figures, PDF conversion, GitHub workflow work, or prose rewriting. ## Required Inputs Input CSV paths, key columns, target taxonomy schema, merge rules, and output format. ## Workflow 1. Profile columns, encodings, row counts, and duplicate keys. 2. Map source columns to a canonical taxonomy schema. 3. Merge records with deterministic conflict rules and hierarchy validation. 4. Write consolidated CSV plus an audit report.
Voir sur GitHub