pandas-pro

Automate pandas 2.0+ data loading, cleaning, aggregation, and profiling.

14|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/andikarachman/data-science-plugin --skill pandas-pro-andikarachman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pandas-pro
Source: https://github.com/andikarachman/data-science-plugin/tree/main/skills/pandas-pro
Command: npx skills add https://github.com/andikarachman/data-science-plugin --skill pandas-pro-andikarachman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Efficient, production-grade pandas data manipulation patterns that reduce boilerplate, memory usage, and errors across loading, cleaning, aggregation, and merging.

Core Features & Use Cases

  • Canonical pandas API patterns for loading, cleaning, aggregation, and merging
  • Memory optimization and vectorization guidance for large datasets
  • Use cases: EDA, preprocessing, feature engineering, and performance-tuned pipelines

Quick Start

Run pandas-pro to generate optimized, vectorized pandas code for your dataset.

Frequently Asked Questions about pandas-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize pandas memory usage for large datasets?

Optimize pandas memory usage by applying canonical API patterns for proper dtype usage, vectorization, and memory profiling on medium to large datasets. This approach reduces boilerplate and avoids common performance pitfalls during data loading and cleaning.

What is the best way to vectorize pandas dataframe operations?

Vectorize pandas dataframe operations by codifying advanced pandas API usage that specifies requirements for vectorization and avoids common performance pitfalls. This speeds up data loading, cleaning, aggregation, and merging for production-grade pipelines.

Can I use these pandas patterns for groupby and merging tasks?

Yes, you can use these canonical pandas patterns for groupby and merging tasks. The Skill automates advanced API usage across data-analytics workflows, speeding up aggregation and joining while reducing errors on medium to large datasets.

Does pandas-pro support pandas 2.0+ for performance-tuned pipelines?

Yes, pandas-pro supports pandas 2.0+ for performance-tuned pipelines. It codifies advanced API usage to speed up data loading, cleaning, aggregation, and profiling specifically for medium to large datasets in pandas 2.0+ environments.

When do I need memory profiling in pandas data flows?

You need memory profiling in pandas data flows when working with medium to large datasets to ensure proper dtype usage and avoid common performance pitfalls. It helps maintain production-grade, performance-tuned pipelines during EDA and feature engineering.