home / my_database

gamepenalties

14 rows where game_id = 1001131

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, minutes, 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
309438 1001131 1001131 0 1 1 0 0 2 7 19 202 202
309439 1001131 1001131 0 1 1 0 0 2 1 636 214 214
309440 1001131 1001131 1 1 1 0 0 2 4 720 670 670
309441 1001131 1001131 1 2 1 0 0 2 3 164 670 670
309442 1001131 1001131 1 2 1 0 0 2 3 240 59 59
309443 1001131 1001131 0 2 1 0 0 2 3 313 193 193
309444 1001131 1001131 1 2 1 0 0 2 7 1013 56 56
309445 1001131 1001131 1 2 1 0 0 2 9 1120 59 59
309446 1001131 1001131 1 3 1 0 0 2 3 197 53 53
309447 1001131 1001131 0 3 1 0 0 2 7 305 214 214
309448 1001131 1001131 0 3 1 0 0 2 7 505 186 186
309449 1001131 1001131 0 3 0 0 0 5 13 505 186 186
309450 1001131 1001131 1 3 0 0 0 5 13 505 707 707
309451 1001131 1001131 1 3 1 0 0 2 15 737 670 670

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 965.282ms