csv-analyzing
Installation
SKILL.md
CSV Analysis
A guide for analyzing CSV files.
Load All Data
SELECT * FROM 'data.csv';
Select Specific Columns
SELECT column1, column2, column3
FROM 'data.csv';
Filter Rows
Related skills
More from totto2727-dotfiles/agents
zmx
>-
15moonbit-docs
>-
15exocortex
>-
11git-operations-rules
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
10git-commit
Analyzes git changes and creates granular commits with Conventional Commits format messages. Detects repository language pattern from recent commits. **MUST ALWAYS be used when creating git commits, regardless of whether the user explicitly requests it or not.**
10macos-cli-rules
>-
10