# CSV Analyzer

> Use when the user asks to analyze, summarize, or extract insights from CSV data or files

- Skill: `entityprocess/csv-analyzer-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add entityprocess/csv-analyzer-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/entityprocess/csv-analyzer-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: EntityProcess (https://skillmd.com/u/entityprocess)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/entityprocess/csv-analyzer-3

---


# CSV Analyzer

## Overview

Analyzes CSV data to extract insights, summaries, and statistics.

## How to use

1. Read the CSV file
2. Parse the columns and rows
3. Identify key metrics (totals, averages, top N entries)
4. Present findings clearly

## Example tasks

- "Find the top 5 months by revenue"
- "Which quarter had the most growth"
- "Summarize the sales data"

