Skip to content

Trying to do some data scraping from the Basketball Reference website.

Notifications You must be signed in to change notification settings

thijswillemmoens/scraping_nba_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏀 Scraping NBA Stats

This repo is my attempt in trying to do some data scraping from the Basketball Reference website. Data, I'm going to use in an different repository to predict NBA games.

See also my Predict NBA Games repository.

Some info

Total Scraping time: ~ 45 min

Data source: Basketball-reference.com

🐍 Used Python modules:

  1. BeautifulSoup
  2. Playwright
  3. Pandas

🐛 Reporting bugs

If you find an issue, let me know here on Github.

Contributions

Anyone is welcome to contribute to this.

There are various ways you can contribute:

  • Raise an issue on GitHub.
  • Send me a Pull Request with your bug fixes and/or new features.