·debug:pandas

系統地調試 Pandas 問題。當遇到 DataFrame 錯誤、SettingWithCopyWarning、列訪問時的 KeyError、與意外 NaN 值的合併和連接不匹配、大型 DataFrame 的內存錯誤、數據類型轉換問題、索引對齊問題或 Python 數據分析工作流程中的任何數據操作錯誤時使用。

16安裝·0熱度·@snakeo

安裝

$npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:pandas

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