date-wrangling
Installation
SKILL.md
Date Wrangling
Transform date/time columns into the format required by the downstream consumer.
When to invoke
- Downstream system (API, SQL column, ML feature, HF dataset) needs a specific date format and the source uses a different one.
- User asks to "convert dates to epoch", "add timezone", "strip timezone", "normalise to ISO 8601", "add a timestamp column".