Analysing poker data from home games with friends

Poker Game Analysis

Analysing poker data from home games with friends. Not a lot of data is collected, so this project is primarily focussed on descriptive analytics and basic plotting.

Instructions

  1. Clone the respository

    $ git clone [email protected]:dietofworms/poker.git

  2. Navigate to the directory and create a Python virtual environment

    $ cd poker/
    $ python3 -m venv .venv

  3. Install the requirements (or install individually using list in next section)

    $ pip install -r requirements.txt

  4. Run the poker program

    $ python3 poker.py

Dependencies

Base Python program

  • pandas
  • numpy
  • matplotlib
  • seaborn

Jupyter Notebook

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • jupyter

GitHub

https://github.com/dietofworms/poker

 

 

 

To finish reading, please visit source site