GitHunt
AK

AksanBA/ExcelProcessing

Project to return per game NBA player statistics using pandas, openypyxl and flask.

ExcelProcessing

This module follows on from the tutorial by Elizabeth Siegle:
https://github.com/elizabethsiegle/nba-stats-twilio-sms-bot

This is a project to demonstrate the use of text processing with python using a combination of numpy, pandas, openpyxl
and deployment via flask.

Here we expand the project with pandas with the following aims:

  1. Given a player and season, return per game statistics
  2. Given a set of player and season per game statistics, return the best or worst player in that set (comparison)
  3. Use openpyxl to do something non-trivial that cannot be completed with pandas: charts!

Player data is sourced from: https://www.basketball-reference.com

Languages

Python99.3%C0.4%Jupyter Notebook0.1%CSS0.1%JavaScript0.1%C++0.0%Shell0.0%

Contributors

Created February 7, 2018
Updated September 5, 2025
AksanBA/ExcelProcessing | GitHunt