-
ydb/tests/fq/yds/test_row_dispatcher.py.TestPqRowDispatcher.test_scheme_error
**Add line to [muted_ya.txt](https://github.com/ydb-platform/ydb/blob/main/.github/config/muted_ya.txt):**
`ydb/tests/…
-
What level of prediction granularity can we generate from this model? If I have a lat/long point or "lasso" of lat/long for a defined area, can I get prediction of weather data points for that lat/lon…
-
According to the [nfldb wiki](https://github.com/BurntSushi/nfldb/wiki/Statistical-categories#play-statistics), offense_yds are counted by summing
"`nfldb.PlayPlayer.passing_yds`, `nfldb.PlayPlayer.…
-
I am trying to write a function that can look at Field Goals made by kickers to determine how many they made 50+ yards, 40-49 yards, and 0-39 yards. You could search this for a specific week or entir…
-
I believe it is possible to make this field negative when appropriate based on the play description.
See https://github.com/BurntSushi/nfldb/issues/20.
-
I made a function to return the number of yards of field goals made by one specific player:
def kickerScore(playerName, year, week):
if nflgame.find(playerName, team=None):
playa = nflgam…
-
Hello,
Just getting familiar with how this works and asked my friend to ask me an obscure stat. He said "Most pass completions over 30 yds in 2007."
I'm wondering how I'd go about getting that i…
-
I am trying to create a master table of every player (besides kickers) and each of their stats for each week. I want the 'Team' column in the table to show the team they were on for that game, not the…
-
[code.txt](https://github.com/ZJU-PPL/lab-2-submit/files/9893439/code.txt)
-
Hi all, this is less of an "issue" and more of a question, but I'm not quite sure of the best place to put it. I created a query to include most plays/results of the games. But I wanted to confirm tha…