home / my_database

gamepenalties

11 rows where game_id = 1001115

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, penalty, player_penalized, player_server

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
309140 1001115 1001115 0 1 1 0 0 2 3 191 412 412
309141 1001115 1001115 1 1 1 0 0 2 3 1165 712 712
309142 1001115 1001115 1 2 1 0 0 2 9 126 558 558
309143 1001115 1001115 0 2 1 0 0 2 15 231 412 412
309144 1001115 1001115 0 2 1 0 0 2 3 349 748 748
309145 1001115 1001115 0 2 1 0 0 2 1 456 412 412
309146 1001115 1001115 1 2 1 0 0 2 16 1088 561 561
309147 1001115 1001115 1 3 1 0 0 2 1 243 549 549
309148 1001115 1001115 1 3 1 0 0 2 8 436 554 554
309149 1001115 1001115 0 3 1 0 0 2 3 615 324 324
309150 1001115 1001115 1 3 1 0 0 2 1 780 570 570

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