Practical Data Transformations
Installation
SKILL.md
Practical Data Transformations
This skill covers the data transformations you do every day: working with arrays, reshaping objects, normalizing API responses, grouping data, and safely accessing nested values. Each section shows the imperative approach first, then the functional equivalent, with honest assessments of when each approach shines.
Table of Contents
- Array Operations
- Object Transformations
- Data Normalization
- Grouping and Aggregation
- Null-Safe Access
- Real-World Examples
- When to Use What