map_reduce_mr_group
Groups dataset items based on a specified field, returning a dictionary of values with their associated items for structured analysis.
Instructions
[map_reduce] Group items by field value → {group_key: [items]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| field | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |