SPB Git

spb/ultra-sharp-agent-skills Public

Ultra-Sharp Agent Skills — a research-first skill-authoring system + 72 production-ready skills for AI agents.

Python 100%
871 B · 32 lines markdown
Rendered Raw Blame History
1<!--2Author: Simon-Pierre Boucher3Contact: contact@spboucher.ai4-->56# Data Profile: customers.csv78**Verdict:** 🟡 Usable with caveats — 3 issue(s) found910## Overview11| Metric | Value |12|---|---|13| Rows profiled | 8 |14| Columns | 6 |15| Duplicate rows | 1 |16| Ragged rows | 0 |1718## Columns19| Column | Type | Nulls | Unique | Stats |20|---|---|---|---|---|21| id | integer | 0 | 7 | min=1.0, max=8.0, mean=4.375, median=4.5 |22| name | string | 0 | 7 | top: Eve (2), Alice (1), Bob (1), Carol (1), Dan (1) |23| age | integer | 1 | 6 | min=27.0, max=52.0, mean=37.0, median=38.0 |24| city | string | 1 | 3 | top: Montreal (4), Toronto (2), Vancouver (1) |25| signup_date | date | 0 | 7 | — |26| score | float | 0 | 7 | min=60.2, max=999.9, mean=309.5875, median=84.9 |2728## Issues29- `age` has 1 missing values (12.5%)30- `city` has 1 missing values (12.5%)31- 1 duplicate rows32