/armor:profile skill analyzes table and column statistics, distributions, and data characteristics.
Usage
- “Profile the orders table”
- “Show column statistics”
- “What’s the cardinality of status column?”
- “Show null rates”
Profiling Metrics
Table Level
- Row count
- Last update time
- Growth trends
Column Level
- Null rate
- Distinct count (cardinality)
- Min/max values
- Value distributions
Example Usage
Profile a Table
View Trends
Related Skills
Quality
Add quality checks
Coverage
Monitoring gaps
