CSV Processor

Read a CSV file from disk, compute per-column min/mean/max for every numeric column, emit the result as JSON. Stdlib-only Python; no pandas, no numpy. Demonstrates the simplest possible "give me a file path, get back structured analysis" skill — a deliberate baseline for any skill that processes tabular data locally without an LLM in the loop.

ChronoAIProject 9082f0f 4 files · 4.8 KB Updated

File contents

ChronoAIProject/Ornn/tree/main/examples/csv-processor commit 9082f0fe0d

Frequently asked questions

npx skillmds@latest add chronoaiproject/csv-processor