What problem does it solve?
The csv-pipeline Skill removes manual, error-prone work for inspecting, cleaning, joining, aggregating, and converting tabular datasets so users can get actionable summaries and machine-ready exports quickly.
Core Features & Use Cases
- Flexible format support: Works with CSV, TSV, JSON, and JSON Lines for import and export.
- Transformations & aggregations: Filter rows, compute aggregates, add computed columns, group and summarize, deduplicate, and perform joins across datasets.
- Scalable patterns: Includes streaming processing patterns and tips for large files, plus validation helpers for common data quality checks.
- Use case: Clean sales and customer CSVs, join orders with customer metadata, deduplicate by email, and produce a markdown summary report for business review.
Quick Start
Use the csv-pipeline skill to filter rows where amount > 100, join with customers.csv on customer_id, and generate a summary CSV of revenue by category.