sportsipy icon indicating copy to clipboard operation
sportsipy copied to clipboard

A free sports API written for python

Results 139 sportsipy issues
Sort by recently updated
recently updated
newest added

Lately I'm trying to pull NBA boxscore data with sportsipy for a list of dates in date_df with the following code: ```python def game_data_up_to_date(date_df): games_df1 = pd.DataFrame() for d in...

Bumps [pytz](https://github.com/stub42/pytz) from 2020.5 to 2022.1. Commits bd7b528 Bump version numbers to 2022.1/2022a 9150959 IANA 2022a 9e15fad Squashed 'tz/' changes from d2c79c4bc..e6150f292 2ed682a Add support for Python 3.10 82bb1b7 Bump...

dependency update

When running: `B = Boxscore(202110200NYK).dataframe` `F['att2h'][i] = B.home_two_point_field_goal_attempts` We get a value of only the number of 2 point attempts from the 2OT part of the game; we do not...

**Describe the bug** I tried to get the names of all of the players on the 1956 Dodgers, and they are all listed as None, I then tried to get...

Calling Teams() gives ValueError: ValueError: Can't pull requested conference page. Ensure the following URL exists: https://www.sports-reference.com/cbb/conferences/big-12. It appears it worked for most conferences, but ran into an issue on big-12?

Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.3. Changelog Sourced from idna's changelog. 3.3 (2021-10-13) ++++++++++++++++ Update to Unicode 14.0.0 Update to in-line type annotations Throw IDNAError exception correctly for some malformed...

dependency update

Updated README.rst As a new user I was a bit confused on the kinds of functionalities the project offered. I made a change to the README to provide more clarification...

documentation

**Describe the bug** When calling a loop to gather all teams, the Teams library is returning 64 teams instead of 32. Also, when looping through the Schedule class for each...

New to python and running into an issue during my installer in Windows: When I run the pip install dist/*.whl step I receive the error message: WARNING: Requirement 'dist/*.whl' looks...

When trying to pull down individual stats from individual games using the BoxscorePlayer class, each stat returns none instead of the stat requested. Any idea why this would be? for...