get_distribution
Get bin counts to reveal a column's distribution across numeric, datetime, or categorical values.
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?'. Bin counts only (default 20 bins); it never returns the underlying rows.
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 |