get_value_counts
Count occurrences of each unique value in a CSV column, with options to normalize, sort, and limit results.
Instructions
Get value counts for a column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| column | Yes | ||
| normalize | No | ||
| sort | No | ||
| ascending | No | ||
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||