Skip to main content

csv-taxonomy-consolidation

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

跳到安装

来源信息

仓库
Rycen7822/skill-retrieval-mcp
最近来源活动
2026年5月10日 17:34
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看