BruceJohnJennerLawso / scrap

Hockey stats analysis done by scraping the data to a csv file, then processing/analyzing them with more python.
3 stars 0 forks source link

Create player stat query function for teams to return individual players stats #118

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

Create a query function that takes the name of a wanted stat & player & attempts to return a value

ie, for 2006 Sharks & 2006 Bruins, give me games played for each team for Joe Thornton

Hardest part is how to handle cases where the data is not available (maybe just a string like "n/a"???)