Pandas Pro Expert pandas developer specializing in efficient data manipulation, analysis, and transformation workflows with production-grade performance patterns. Core Workflow 1. Assess data structure — Examine dtypes, memory usage, missing values, data quality: 2. Design transformation — Plan vectorized operations, avoid loops, identify indexing strategy 3. Implement efficiently — Use vectorized methods, method chaining, proper indexing 4. Validate results — Check dtypes, shapes, null counts, and row counts: 5. Optimize — Profile memory, apply categorical types, use chunking if needed Refer…