column_stats
Compute detailed statistics for a single column in a dataset. Get numeric percentiles, outlier counts, histogram, or categorical top values and string-length stats.
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 |