Hello, I have begun trying to access the Pokertracker 4 database via Python to do more detailed analysis. I have read the documentation here https://www.pokertracker.com/guides/PT3 ... umentation which relates to the PT3 database schema, which is still very similar to PT4.
Where I am stuck is finding the table holdem_hand_player_detail or any table or fields that have taken its place in PT4. I have inspected the database schema and cannot work out how bet sizes or other actions are stored for given hands.
The basic information seems to be in cash_hand_summary but I seem to be missing tables to join to hand_id for the additional info such as bet sizings. If somebody can point me in the direction of table names or what I am missing that would be great!
Cheers!