csv_unique
Extract unique values and their frequencies from a specified column in a CSV file to identify distinct data entries and their distribution.
Instructions
Get unique values in a column with their counts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the CSV file | |
| column | Yes | Column name | |
| limit | No | Max unique values to return |