Skip to content

Commit c5cb3b5

Browse files
authored
Fixed inconsistent play schema information
Fixed two fields in the play schema information that had incorrect descriptions.
1 parent 34f4a42 commit c5cb3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Play data
5959
- `HomeScoreBeforePlay`: Home score prior to the play (numeric)
6060
- `VisitorScoreBeforePlay`: Visiting team points at the end of the play (numeric)
6161
- `HomeScoreAfterPlay`: Home team points at the end of the play (numeric)
62-
- `VisitorScoreAfterPlay`: Humidity (numeric)
63-
- `isPenalty`: Wind speed (numeric)
62+
- `VisitorScoreAfterPlay`: Visitor team points at the end of the play (numeric)
63+
- `isPenalty`: TRUE/FALSE for whether or not a penalty was called on the play (binary)
6464
- `isSTPlay`: TRUE/FALSE for whether or not the play is labelled a special teams play (binary)
6565
- `SpecialTeamsPlayType`: Type of play if `isSTPlay == TRUE` (text)
6666
- `KickReturnYardage`: Return yardage among special teams plays (numeric)

0 commit comments

Comments
 (0)