poker_hands / README.md
takarajordan's picture
Update README.md
6acb5af verified
metadata
dataset_info:
  features:
    - name: variant
      dtype: string
    - name: venue
      dtype: string
    - name: table
      dtype: string
    - name: time
      dtype: string
    - name: time_zone_abbreviation
      dtype: string
    - name: currency_symbol
      dtype: string
    - name: currency
      dtype: string
    - name: author
      dtype: string
    - name: event
      dtype: string
    - name: city
      dtype: string
    - name: region
      dtype: string
    - name: country
      dtype: string
    - name: address
      dtype: string
    - name: postal_code
      dtype: string
    - name: source_file
      dtype: string
    - name: source_type
      dtype: string
    - name: hand
      dtype: string
    - name: hand_number_in_file
      dtype: float64
    - name: day
      dtype: float64
    - name: month
      dtype: float64
    - name: year
      dtype: float64
    - name: seat_count
      dtype: float64
    - name: min_bet
      dtype: float64
    - name: small_bet
      dtype: float64
    - name: big_bet
      dtype: float64
    - name: bring_in
      dtype: float64
    - name: ante_trimming_status
      dtype: bool
    - name: actions
      list: string
    - name: players
      list: string
    - name: antes
      list: float64
    - name: blinds_or_straddles
      list: float64
    - name: starting_stacks
      list: float64
    - name: finishing_stacks
      list: float64
    - name: winnings
      list: float64
    - name: seats
      list: int64
  splits:
    - name: train
      num_bytes: 18289095776
      num_examples: 21616175
  download_size: 1284958325
  dataset_size: 18289095776
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: cc-by-4.0

A collection of poker hand histories, covering 11 poker variants, in the poker hand history (PHH) format.

Contents:

  • 21,605,687 uncorrupted no-limit hold'em hands from anonymized hand history logs scraped from July 1st to July 23, 2009, uploaded by HandHQ, of varying stakes (from 25NL to 1000NL).
    • Absolute Poker (1,270,658)
    • Full Tilt Poker (1,299,503)
    • iPoker Network (5,996,345)
    • Ongame Network (1,647,765)
    • PokerStars (3,092,698)
    • PartyPoker (8,298,718)
  • All 83 televised hands played in the final table of the 2023 World Series of Poker Event #43: $50,000 Poker Players Championship | Day 5
  • All 10,000 hands played by Pluribus, published in the supplementary of Brown and Sandholm (2019).
  • 4 selections of historical poker hands.
  • 1 badugi hand from the Wikipedia page on badugi.

original dataset (v2) is https://zenodo.org/records/13997158