-
**Describe the bug**
The basic dataframe is working but the dataframe_extended is NoneType
**To Reproduce**
>>> from sportsreference.ncaaf.teams import Teams
>>> teams = Teams(year=2019)
>>> te…
-
**Describe the bug**
Teams seems to not be updated to current year
**To Reproduce**
Sample code which causes an issue.
```
from sportsreference.ncaaf.teams import Teams
#teams = Teams(2019) sa…
-
**Describe the bug**
I am attempting to use the example for Roster() but no players are being returned from Roster().
**To Reproduce**
I even used the example
```python
from sportsreference.nc…
-
**Describe the bug**
When pulling a quarterback's information, the position attribute is an empty string. (ex: Adrian Martinez, https://www.sports-reference.com/cfb/players/adrian-martinez-2.html)
…
-
**Describe the bug**
When using the Roster() function from sportsreference.ncaaf.roster, there is no passing_yards attribute in the player dataframes.
**To Reproduce**
>>> nebraska = Roster('Neb…
-
**Describe the bug**
There is no "pass_attempts" attribute within home_players[] list. There is "pass_yards_per_attempt" and "passing_yards_per_attempt". However there is a "rush_attempts"
**Scree…
-
Player dataframes are failing for players who don't have a weight listed. For ex. Chris Weinke, https://www.sports-reference.com/cfb/players/chris-weinke-1.html
```
r = Roster('florida-state', yea…
-
**Describe the bug**
Schedule fails to load due to date not being in the correct datetime format
**To Reproduce**
Sample code which causes an issue.
```python
from sportsreference.ncaaf.schedul…
-
Goals
- support multiple sport types (e.g. NCAAF, NCAAM, NFL)
Features
- Support Games without teams yet? e.g. the championship. Similar concept may be used for March Madness later
Tech
- Fli…
-
**Describe the bug**
Everything looks good, except the column under stadium is empty, and the column for time has the stadium name and location in the row.
**To Reproduce**
Sample code which caus…