get_distribution
Generate unified bin-counts for any column type—equal-width bins for numbers, time buckets for dates, and top categories with an 'other' bucket—to quickly profile a column's distribution.
Instructions
Unified bin-counts for any column type (B8). Numeric → equal-width bins between min/max; datetime → time-bucket bins; categorical / string → top-n + 'other' bucket. Token-cheap way to ask 'what does this column look like?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bins | No | Number of bins / categories to return (default 20, max 100) | |
| column | Yes | Column name | |
| dataset | Yes | Dataset identifier |