We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f4a42 commit c5cb3b5Copy full SHA for c5cb3b5
schema.md
@@ -59,8 +59,8 @@ Play data
59
- `HomeScoreBeforePlay`: Home score prior to the play (numeric)
60
- `VisitorScoreBeforePlay`: Visiting team points at the end of the play (numeric)
61
- `HomeScoreAfterPlay`: Home team points at the end of the play (numeric)
62
-- `VisitorScoreAfterPlay`: Humidity (numeric)
63
-- `isPenalty`: Wind speed (numeric)
+- `VisitorScoreAfterPlay`: Visitor team points at the end of the play (numeric)
+- `isPenalty`: TRUE/FALSE for whether or not a penalty was called on the play (binary)
64
- `isSTPlay`: TRUE/FALSE for whether or not the play is labelled a special teams play (binary)
65
- `SpecialTeamsPlayType`: Type of play if `isSTPlay == TRUE` (text)
66
- `KickReturnYardage`: Return yardage among special teams plays (numeric)
0 commit comments