Skip to content

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

Notifications You must be signed in to change notification settings

AksanBA/ExcelProcessing

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published