home / my_database

gamepenalties

13 rows where game_id = 1001048

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, minutes, 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
307577 1001048 1001048 0 1 1 0 0 2 7 1021 71 71
307578 1001048 1001048 0 1 1 0 0 5 27 1043 57 57
307579 1001048 1001048 1 2 1 0 0 2 9 228 241 241
307580 1001048 1001048 1 2 1 0 0 2 6 671 258 258
307581 1001048 1001048 0 2 1 0 0 2 16 765 45 45
307582 1001048 1001048 0 2 1 0 0 2 4 1010 91 91
307583 1001048 1001048 0 2 1 0 0 2 15 1076 76 76
307584 1001048 1001048 0 3 1 0 0 2 7 13 71 71
307585 1001048 1001048 1 3 1 0 0 2 9 353 245 245
307586 1001048 1001048 0 3 1 0 0 2 3 441 52 52
307587 1001048 1001048 0 3 1 0 0 2 8 558 80 80
307588 1001048 1001048 1 3 1 0 0 2 7 746 248 248
307589 1001048 1001048 1 3 1 0 0 2 7 1170 230 230

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