PandasBasketball icon indicating copy to clipboard operation
PandasBasketball copied to clipboard

A Python module to scrape data from basketbal-reference.com and convert it to pandas data structures for analysis.

Results 3 PandasBasketball issues
Sort by recently updated
recently updated
newest added

Before, the generate_code() function relied on the following format: {last_name_first_five} + {first_name_first_two} + 01 For example, LeBron James's code is `'jamesle01'`. However, some players have similar names, which leads to...

Hello Alfredo! Love PandasBasketball. But I noticed some bugs with the `pandasbasketball.generate_code()` method and thought I could contribute. Issues with master branch: 1. If user inputs non-ascii characters such as...

Right now all the functions in `PandasBasketball` expect the player's url code. For example, if you want to get a dataframe with Kevin Durant's stats per game you would do...

enhancement
good first issue