·csv-data-wrangler
{}

csv-data-wrangler

404kidwiz/claude-supercode-skills

擅长使用 Python、DuckDB 和命令行工具进行高性能 CSV 处理、解析和数据清理。在处理 CSV 文件、清理数据、转换数据集或处理大型表格数据文件时使用。

66安装·1热度·@404kidwiz

安装

$npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill csv-data-wrangler

SKILL.md

Purpose Provides expertise in efficient CSV file processing, data cleaning, and transformation. Handles large files, encoding issues, malformed data, and performance optimization for tabular data workflows.

| Loading all to memory | OOM on large files | Use chunking or streaming | | Guessing encoding | Corrupted characters | Detect with chardet first | | Ignoring quoting | Broken field parsing | Use proper CSV parser | | No validation | Silent data corruption | Validate row/column counts |

| Manual string splitting | Breaks on edge cases | Use csv module or pandas |

擅长使用 Python、DuckDB 和命令行工具进行高性能 CSV 处理、解析和数据清理。在处理 CSV 文件、清理数据、转换数据集或处理大型表格数据文件时使用。 来源:404kidwiz/claude-supercode-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill csv-data-wrangler
分类
{}数据分析
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 csv-data-wrangler?

擅长使用 Python、DuckDB 和命令行工具进行高性能 CSV 处理、解析和数据清理。在处理 CSV 文件、清理数据、转换数据集或处理大型表格数据文件时使用。 来源:404kidwiz/claude-supercode-skills。

如何安装 csv-data-wrangler?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill csv-data-wrangler 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/404kidwiz/claude-supercode-skills