pandas-data-analysis

Community

Master 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 groupby vs. pivot_table, merge vs. concat, and apply vs. 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() or pivot_table() instead of a slow apply function.

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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.