CSV Processor

CSV数据处理(读取、分析、转换、过滤、排序、统计、合并、导出)

chainlesschain b84667d 2 files · 28.0 KB Updated

File contents

CSV Processor

CSV 数据处理技能。

功能

| 操作 | 命令 | 说明 | | ---- | ----------------------------------------- | ---------------------------------------- | -------- | -------- | | 读取 | --read <file> | 读取并显示CSV摘要 | | 预览 | --head <file> --rows N | 预览前N行 | | 分析 | --analyze <file> | 统计分析(行列数、类型、空值、数值统计) | | 过滤 | --filter <file> --where "col>val" | 按条件过滤行 | | 排序 | --sort <file> --by <col> --order asc | desc | 按列排序 | | 转换 | --convert <file> --to json | tsv | csv | 格式转换 | | 合并 | --merge <file1> <file2> --output <file> | 合并两个CSV |

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/csv-processor commit b84667d458

Frequently asked questions

npx skillmds@latest add chainlesschain/csv-processor