Skip to content

CSV files of NBA height/weight data by season and a python script to scrape this data from Basketball-Reference

Notifications You must be signed in to change notification settings

simonwarchol/NBA-Height-Weight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA-Height-Weight

A quick python script to scrape players' heights and weights by season, which are output in CSV format. I use BeautifulSoup and Requests to get the data from Basketball-Reference.com. Keep in mind that it is a very slow process to get the data depending on internet connection. This was quick project to get me aclimated with bs4 in python, as well as working with tuples and lambda expressions in python.

About

CSV files of NBA height/weight data by season and a python script to scrape this data from Basketball-Reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published