Some users have asked us to see all of their games played. We then send a CSV file with all games played by the user. You are then free to open the file in Excel or use whatever programming language you'd like to use. We certainly don't require that you use Python to open the file. We send all games played in the most basic file format possible -- I'm not sure what else you are expecting from us in this regard.
Does the excel sheet contain info like
- the amount bet
- whether the hand was split
- whether a double down occurred?
[/quote]
We can create a CSV (comma separated values) file that can be opened in excel. It could also be opened with a regular text editor if needed.
Sure, the file can include the amount bet as well as the user's actions (split, double down, etc).