·debug:pandas

Pandas の問題を体系的にデバッグします。 DataFrame エラー、SettingWithCopyWarning、列アクセス時の KeyError、予期しない NaN 値とのマージと結合の不一致、大きな DataFrame でのメモリ エラー、dtype 変換の問題、インデックスの位置合わせの問題、または 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 でのメモリ エラー、dtype 変換の問題、インデックスの位置合わせの問題、または 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 でのメモリ エラー、dtype 変換の問題、インデックスの位置合わせの問題、または 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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/snakeo/claude-debug-and-refactor-skills-plugin