Siphamandla / NBA-Height-Weight

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

Home Page:http://simonwarchol.github.io/NBA-Height-Weight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://simonwarchol.github.io/NBA-Height-Weight/


Languages

Language:Python 97.5%Language:Shell 2.5%