home / my_database

gamepenalties

11 rows where game_id = 1001125

✎ 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
309361 1001125 1001125 0 1 1 0 0 2 7 528 87 87
309362 1001125 1001125 1 1 1 0 0 2 3 1129 258 258
309363 1001125 1001125 1 2 1 0 0 2 16 233 258 258
309364 1001125 1001125 0 2 1 0 0 2 4 368 152 152
309365 1001125 1001125 0 2 1 0 0 2 1 558 144 144
309366 1001125 1001125 1 2 1 0 0 2 12 1200 277 277
309367 1001125 1001125 0 3 1 0 0 2 7 246 157 157
309368 1001125 1001125 1 3 1 0 0 2 4 333 267 267
309369 1001125 1001125 0 3 1 0 0 2 6 610 102 102
309370 1001125 1001125 0 3 1 0 0 2 16 712 160 160
309371 1001125 1001125 0 3 1 0 0 2 6 751 169 169

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