-
**What happened?**
When viewing local crags the grades in the Route stats section of the Info page do not line up with the local grading. (IE: route stats are in FR grading, while local is YDS)
Exa…
-
Can we show all stats for a player, not just some? For instance, RBs have a lot of receptions, and some WRs have rushing attempts. In the current "get_player_game_log", you have us specify the positio…
-
Passer rating is a stat that I enjoy comparing, but couldn't find it either as a stat or as a function, please disregard this if I am mistaken.
This is what I have working:
```
import nflgame
```
…
-
I am still fairly new to Python and Git, if this isn't the right location to post this question please instruct me.
I wish to extract all scoring play and apply a standard FF scoring schema to comp…
-
User will use the dropdown menu to select a scoring option. Two scoring options will be pre-selected for them. The first option is: Standard Scoring and the second is Points Per Reception.
Stand…
-
1. Вызов функции гейтвеем
2. Вызов функции триггером по крону
3. Вызов функции триггером по сообщению из yds/ymq/...
4. ...
-
xpost: https://github.com/BurntSushi/nfldb/issues/154
``` python
import nfldb
db = nfldb.connect()
q = nfldb.Query(db)
q.game(season_year=2015, season_type='Regular', team='JAC', week=1)
q.play(play_…
-
Probably I do something wrong... but here is my problem.
I try to find 2 passing leaders for each team for each season.
I have a list of all teams, so I do a loop over all teams and all years.
```
y…
-
i apologize in advance since i am not sure where to ask my question.
i've been going through the docs and havent found a way to retrieve team statistics? is this not available or am i just not looki…
-
Issue:
- Grades shown for routes on index pages do not indicate the grade and if a user does not know the rules of the grade context they can incorrectly infer the grade system being used.
- Some gr…