rank_numbers
Determine the position of each number in a list when sorted, handling ties appropriately to show relative rankings.
Instructions
Get the rank (1-based position) of each number in a list when sorted. Handles ties appropriately. (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |