Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automated DataFrame analysis skill for statistical summaries, missing value detection, data type inference, and memory optimization recommendations.
.claude/skills/a5c-ai-pandas-dataframe-analyzer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -72% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -1% | 0% |
Automated DataFrame analysis skill for statistical summaries, missing value detection, data type inference, and memory optimization recommendations using pandas and profiling libraries.
json{ "type": "object", "required": ["dataPath"], "properties": { "dataPath": { "type": "string", "description": "Path to the data file (CSV, Parquet, JSON)" }, "sampleSize": { "type": "integer", "description": "Number of rows to sample for analysis", "default": 10000 }, "profileType": { "type": "string", "enum": ["minimal", "standard", "full"], "default": "standard" }, "outputFormat": { "type": "string", "enum": ["json", "html", "markdown"], "default": "json" } } }
json{ "type": "object", "required": ["summary", "columns", "recommendations"], "properties": { "summary": { "type": "object", "properties": { "rowCount": { "type": "integer" }, "columnCount": { "type": "integer" }, "memoryUsageMB": { "type": "number" }, "duplicateRows": { "type": "integer" }, "missingCells": { "type": "integer" }, "missingCellsPercent": { "type": "number" } } }, "columns": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "dtype": { "type": "string" }, "nullCount": { "type": "integer" }, "uniqueCount": { "type": "integer" }, "stats": { "type": "object" } } } }, "recommendations": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "column": { "type": "string" }, "suggestion": { "type": "string" }, "impact": { "type": "string" } } } } } }
javascript{ kind: 'skill', title: 'Analyze training dataset', skill: { name: 'pandas-dataframe-analyzer', context: { dataPath: 'data/train.csv', profileType: 'full', outputFormat: 'json' } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 28,075 | 1,854 | -93% | 1 | 1 | 0% | 4,471 | 1,174 | -74% | 0 | 0 | — |
case-02 | fail→fail | 10,704 | 23,765 | +122% | 1 | 1 | 0% | 711 | 6,573 | +824% | 0 | 0 | — |
case-03 | fail→pass | 19,515 | 2,813 | -86% | 1 | 1 | 0% | 4,427 | 1,238 | -72% | 0 | 0 | — |
case-04 | pass→pass | 3,717 | 3,144 | -15% | 1 | 1 | 0% | 629 | 1,249 | +99% | 0 | 0 | — |
case-05 | pass→pass | 8,428 | 2,335 | -72% | 1 | 1 | 0% | 1,598 | 1,214 | -24% | 0 | 0 | — |
case-06 | fail→pass | 7,490 | 1,919 | -74% | 1 | 1 | 0% | 1,321 | 1,126 | -15% | 0 | 0 | — |
case-07 | pass→pass | 6,097 | 1,904 | -69% | 1 | 1 | 0% | 1,038 | 1,095 | +5% | 0 | 0 | — |
case-08 | fail→pass | 11,178 | 3,180 | -72% | 1 | 1 | 0% | 1,898 | 1,234 | -35% | 0 | 0 | — |
case-09 | fail→pass | 8,862 | 3,170 | -64% | 1 | 1 | 0% | 1,425 | 1,410 | -1% | 0 | 0 | — |
case-10 | fail→pass | 10,216 | 3,163 | -69% | 1 | 1 | 0% | 1,755 | 1,353 | -23% | 0 | 0 | — |
case-11 | pass→pass | 5,985 | 2,446 | -59% | 1 | 1 | 0% | 982 | 1,245 | +27% | 0 | 0 | — |
case-12 | fail→pass | 10,145 | 2,387 | -76% | 1 | 1 | 0% | 1,949 | 1,271 | -35% | 0 | 0 | — |
case-13 | fail→pass | 9,165 | 2,937 | -68% | 1 | 1 | 0% | 1,894 | 1,362 | -28% | 0 | 0 | — |
case-14 | pass→pass | 11,519 | 2,693 | -77% | 1 | 1 | 0% | 2,271 | 1,253 | -45% | 0 | 0 | — |
case-15 | fail→pass | 14,744 | 1,530 | -90% | 1 | 1 | 0% | 2,518 | 1,015 | -60% | 0 | 0 | — |
case-16 | fail→pass | 9,473 | 1,960 | -79% | 1 | 1 | 0% | 1,540 | 1,126 | -27% | 0 | 0 | — |
case-17 | pass→pass | 5,128 | 2,629 | -49% | 1 | 1 | 0% | 833 | 1,234 | +48% | 0 | 0 | — |
case-18 | pass→pass | 15,359 | 14,085 | -8% | 1 | 1 | 0% | 2,466 | 3,221 | +31% | 0 | 0 | — |
case-19 | pass→pass | 8,982 | 3,905 | -57% | 1 | 1 | 0% | 1,452 | 1,436 | -1% | 0 | 0 | — |
case-20 | pass→pass | 19,990 | 18,933 | -5% | 1 | 1 | 0% | 3,676 | 4,357 | +19% | 0 | 0 | — |
case-21 | pass→pass | 8,046 | 7,725 | -4% | 1 | 1 | 0% | 1,721 | 2,475 | +44% | 0 | 0 | — |
case-22 | pass→pass | 16,177 | 27,711 | +71% | 1 | 1 | 0% | 3,328 | 6,930 | +108% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +45 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.