This skill provides a comprehensive methodology for troubleshooting Python's Pandas library, helping developers handle complex data analysis bottlenecks. It implements the OILER framework (Orient, Investigate, Locate, Experiment, Reflect) to address common pitfalls like SettingWithCopyWarnings, memory overflows in large datasets, and merge mismatches. By offering specific inspection commands and optimization patterns, it enables Claude to diagnose silently failing data pipelines, validate data quality, and improve the overall efficiency of Python-based data processing workflows.
主要功能
01Memory optimization patterns for managing large DataFrames
020 GitHub stars
03Systematic OILER framework for logical data troubleshooting
04Automated diagnosis for merge and join mismatches
05Solutions for complex index alignment and dtype conversion errors
06Essential inspection snippets for rapid data quality audits