column_stats
Perform deep statistical analysis on a single column: numeric percentiles, outlier bounds, histogram; datetime min/max; text top values and length stats. Use after dataset profiling for targeted column inspection.
Instructions
Deep statistical dive on a single column.
For numeric columns: min/max, mean, std, a full set of percentiles (p1/p5/q1/median/q3/p95/p99), skewness, kurtosis, zero and negative counts, an IQR-based outlier count with bounds, and a 10-bin histogram. For datetime columns: the min and max timestamp. For text/categorical columns: the top values with counts and percentages, plus string-length statistics.
Reach for this after profile_dataset when one column needs closer
inspection. Raises an error listing the available columns if column is
not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| column | Yes | ||
| max_rows | No |