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
-
Clone the respository
$ git clone [email protected]:dietofworms/poker.git
-
Navigate to the directory and create a Python virtual environment
$ cd poker/
$ python3 -m venv .venv -
Install the requirements (or install individually using list in next section)
$ pip install -r requirements.txt
-
Run the poker program
$ python3 poker.py
Dependencies
Base Python program
- pandas
- numpy
- matplotlib
- seaborn
Jupyter Notebook
- pandas
- numpy
- matplotlib
- seaborn
- jupyter
GitHub