import_hand_history
Import raw hand-history events to seed opponent statistics for poker analysis and study.
Instructions
Import raw hand-history events into the store (minimal stub).
Each event is {hand_id, player_id, street, action, amount, voluntary, table_id}. This lets you seed opponent stats from external data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| players | Yes | Distinct players touched by the import. | |
| imported | Yes | Number of events stored. |