home / my_database

gamepenalties

18 rows where game_id = 1001109

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, bench, penalty, time_of_penalty_seconds, player_penalized, player_server

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
309030 1001109 1001109 1 1 1 0 0 2 4 257 213 213
309031 1001109 1001109 0 1 1 0 0 2 4 666 23 23
309032 1001109 1001109 1 1 1 0 0 2 7 1139 178 178
309033 1001109 1001109 0 2 1 0 0 2 3 131 22 22
309034 1001109 1001109 1 2 1 0 0 2 3 200 202 202
309035 1001109 1001109 1 2 1 0 0 2 9 257 193 193
309036 1001109 1001109 1 2 1 0 0 2 15 327 167 167
309037 1001109 1001109 0 2 1 0 0 2 11 522 9 9
309038 1001109 1001109 0 2 1 0 0 2 7 847 21 21
309039 1001109 1001109 1 2 1 1 0 2 5 1120 0 216
309040 1001109 1001109 0 3 0 0 0 2 9 28 20 20
309042 1001109 1001109 1 3 0 0 0 2 9 28 186 186
309043 1001109 1001109 1 3 0 0 0 2 1 28 186 186
309044 1001109 1001109 0 3 1 0 0 2 8 174 24 24
309045 1001109 1001109 1 3 1 0 0 2 9 421 186 186
309046 1001109 1001109 0 3 1 0 0 2 9 553 18 18
309047 1001109 1001109 0 3 1 0 0 2 7 877 5 5
309048 1001109 1001109 0 3 1 0 0 2 1 1021 6 6

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "gamepenalties" (
    id INTEGER PRIMARY KEY,
    game_id INTEGER NOT NULL,
    home BOOLEAN,
    period_id INTEGER,
    powerplay BOOLEAN,
    bench BOOLEAN,
    penalty_shot BOOLEAN,
    minutes INTEGER,
    penalty INTEGER,
    time_of_penalty_seconds INTEGER,
    player_penalized INTEGER,
    player_server INTEGER,
    FOREIGN KEY (game_id) REFERENCES gamedata(game_id)
);
Powered by Datasette · Queries took 1560.93ms