Skip to content

The code in this repo allows us to crawl basketball-reference.com and scrape data pertaining to team and/or individual player data, for a specified year range. Data is scraped using a combination of BeautifulSoup and Pandas' pd.read_html() method, which automatically identifies and pulls html tables.

Notifications You must be signed in to change notification settings

bpbirch/scraping_NBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

About

The code in this repo allows us to crawl basketball-reference.com and scrape data pertaining to team and/or individual player data, for a specified year range. Data is scraped using a combination of BeautifulSoup and Pandas' pd.read_html() method, which automatically identifies and pulls html tables.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages