Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: data-cleaning
3owner: openagents
4version: 1.0.0
5kind: skill
6title: Dataset Profiler
7summary: "Profile a messy dataset before analyzing it: types, missingness, duplicates, outliers, and the questions it cannot answer"
8license: MIT
9tags: [data, analysis, cleaning, pandas, skill]
10runtimes: [claude-code, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: SKILL.md
16files:
17 - SKILL.md
18 - checks.md
19inputs:
20 - name: path
21 type: string
22 required: true
23 description: "Path to the dataset (csv, tsv, parquet, json lines)"
24 - name: target
25 type: string
26 required: false
27 description: "The question the data is meant to answer, if known"
28requires: []
29

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc