pandas-data-analysis
CommunityMaster pandas for efficient data tasks.
Authorhyukudan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you choose the most efficient and appropriate pandas operations for your data analysis tasks, preventing performance bottlenecks and improving code clarity.
Core Features & Use Cases
- Method Selection: Guides you on when to use
groupbyvs.pivot_table,mergevs.concat, andapplyvs. vectorized operations. - Data Cleaning Strategies: Provides decision frameworks for handling missing values, duplicates, and outliers.
- Performance Optimization: Offers advice on vectorization, memory optimization, and choosing alternatives for large datasets.
- Use Case: You have a large dataset and need to calculate the monthly sales per region. This Skill will guide you to use
groupby().resample()orpivot_table()instead of a slowapplyfunction.
Quick Start
Use the pandas-data-analysis skill to decide the best way to combine two dataframes based on a common key.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pandas-data-analysis Download link: https://github.com/hyukudan/ai-skills/archive/main.zip#pandas-data-analysis Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.