debug:pandas
✓系统地调试 Pandas 问题。当遇到 DataFrame 错误、SettingWithCopyWarning、列访问时的 KeyError、与意外 NaN 值的合并和连接不匹配、大型 DataFrame 的内存错误、数据类型转换问题、索引对齐问题或 Python 数据分析工作流程中的任何数据操作错误时使用。
SKILL.md
A systematic approach to debugging Pandas DataFrames and operations using the OILER framework (Orient, Investigate, Locate, Experiment, Reflect).
SettingWithCopyWarning Symptom: Warning message about setting values on a copy of a slice.
Cause: Modifying a view of a DataFrame rather than a copy. Pandas cannot guarantee whether the operation affects the original data.
系统地调试 Pandas 问题。当遇到 DataFrame 错误、SettingWithCopyWarning、列访问时的 KeyError、与意外 NaN 值的合并和连接不匹配、大型 DataFrame 的内存错误、数据类型转换问题、索引对齐问题或 Python 数据分析工作流程中的任何数据操作错误时使用。 来源:snakeo/claude-debug-and-refactor-skills-plugin。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:pandas- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-06
- 更新时间
- 2026-02-18
快速解答
什么是 debug:pandas?
系统地调试 Pandas 问题。当遇到 DataFrame 错误、SettingWithCopyWarning、列访问时的 KeyError、与意外 NaN 值的合并和连接不匹配、大型 DataFrame 的内存错误、数据类型转换问题、索引对齐问题或 Python 数据分析工作流程中的任何数据操作错误时使用。 来源:snakeo/claude-debug-and-refactor-skills-plugin。
如何安装 debug:pandas?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:pandas 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/snakeo/claude-debug-and-refactor-skills-plugin
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-06