data-python
CommunitySpeed up Python data processing.
AuthorAlexanderStephenThompson
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides proven Python patterns for data processing using pandas, polars, and pyspark to help you write efficient, scalable data workflows without reinventing the wheel.
Core Features & Use Cases
- Dataframe-centric patterns: vectorized operations, explicit schemas, and chainable transforms across pandas, polars, and pyspark.
- Memory-conscious processing: downcasting dtypes and minimizing allocations for large datasets.
- Use Case: transform a tall data table into a clean analytics-ready dataset with minimal boilerplate.
Quick Start
- Install the required libraries in your Python environment (pandas, polars, pyspark).
- Import the library, load a sample DataFrame, and apply a vectorized transformation such as df["total"] = df["qty"] * df["price"].
- Practice method chaining to build readable, maintainable data pipelines.
Dependency Matrix
Required Modules
None requiredComponents
assetsreferences
💻 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: data-python Download link: https://github.com/AlexanderStephenThompson/claude-hub/archive/main.zip#data-python 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.