This program analyzes players who are considered the greatest of all time (GOAT) in Counter-Strike: Global Offensive (CS:GO). It is implemented as a PySpark script and can be run in Jupyter Notebooks or any environment that supports PySpark.
- Run the first cell to initialize the program.
- Wait for the initialization process to complete.
- Run the subsequent cells to perform specific analyses.
- Make sure you have a compatible environment with PySpark installed.
- Load your CS:GO player statistics dataset into the program.
- Follow the instructions in the notebook to analyze the data and identify top players.
- Python
- PySpark
- Jupyter Notebooks (optional)