home / my_database

gamepenalties

9 rows where game_id = 1001113

✎ 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
309116 1001113 1001113 0 1 1 0 0 2 7 135 342 342
309117 1001113 1001113 0 1 1 0 0 2 2 253 259 259
309118 1001113 1001113 0 1 1 0 0 2 3 406 286 286
309119 1001113 1001113 0 1 0 0 0 5 13 666 290 290
309120 1001113 1001113 1 1 0 0 0 5 13 666 439 439
309121 1001113 1001113 0 1 0 0 0 5 13 1083 266 266
309122 1001113 1001113 1 1 0 0 0 5 13 1083 397 397
309123 1001113 1001113 1 2 1 0 0 2 1 764 397 397
309124 1001113 1001113 0 3 1 0 0 2 4 520 259 259

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