home / my_database

gamepenalties

11 rows where game_id = 1001059

✎ 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
307889 1001059 1001059 0 1 1 0 0 2 15 132 248 248
307890 1001059 1001059 1 1 1 0 0 2 3 550 58 58
307891 1001059 1001059 1 1 1 0 0 2 4 585 63 63
307892 1001059 1001059 1 1 1 0 0 2 8 670 670 670
307893 1001059 1001059 0 2 1 0 0 2 6 481 256 256
307894 1001059 1001059 0 2 1 0 0 2 4 679 255 255
307895 1001059 1001059 1 2 1 0 0 2 4 806 34 34
307896 1001059 1001059 0 3 1 0 0 2 4 83 255 255
307897 1001059 1001059 0 3 1 0 0 2 3 342 245 245
307898 1001059 1001059 1 3 1 0 0 2 7 349 40 40
307899 1001059 1001059 0 3 1 0 0 2 3 678 271 271

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