home / my_database

gamepenalties

15 rows where game_id = 1001104

✎ 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
308987 1001104 1001104 1 1 1 0 0 2 4 38 355 355
308988 1001104 1001104 1 1 1 0 0 2 6 592 381 381
308989 1001104 1001104 1 1 1 0 0 2 15 1193 344 344
308990 1001104 1001104 1 1 1 0 0 2 4 1193 361 361
308991 1001104 1001104 0 2 1 0 0 2 1 151 634 634
308992 1001104 1001104 0 2 1 0 0 2 4 464 625 625
308993 1001104 1001104 0 2 1 0 0 2 1 585 619 619
308994 1001104 1001104 1 2 1 0 0 2 15 759 336 336
308995 1001104 1001104 0 2 1 0 0 2 1 1103 621 621
308996 1001104 1001104 0 2 1 0 0 2 12 1143 630 630
308997 1001104 1001104 0 2 0 0 0 5 13 1143 630 630
308998 1001104 1001104 1 2 0 0 0 5 13 1143 348 348
308999 1001104 1001104 1 3 1 0 0 2 1 539 372 372
309000 1001104 1001104 0 3 1 0 0 2 1 757 621 621
309001 1001104 1001104 1 4 1 0 0 2 3 114 344 344

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