Eval Skill
Process CSV files and produce summary statistics.
Usage
Run this skill when you need to analyze a CSV file. It reads the CSV, computes basic statistics (row count, column names), and outputs a formatted summary.
Steps
- Read the input CSV file
- Parse the headers and rows
- Output a summary with row count and column names