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 |