data-python
Data Python Skill
Version: 1.0 Stack: Python (pandas, polars, pyspark)
Python makes it easy to write data processing code that works on sample data and fails on real data. iterrows() takes 30 seconds on 10K rows and 30 minutes on 10M. A DataFrame without explicit dtypes uses 8x the memory it needs. Chained indexing creates silent copies that lose your changes. These aren't edge cases — they're the default behavior of pandas when you write it like regular Python.
Vectorized operations, explicit schemas, and proper dtypes mean your code scales from prototype to production without rewriting.
Scope and Boundaries
More from alexanderstephenthompson/claude-hub
unity-csharp
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
51design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
37architecture
Architecture principles, module boundaries, folder structure, and project type profiles
35vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
34web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
34web-css
CSS architecture for vanilla CSS - organization, design tokens, responsive patterns
31