home / my_database

gamepenalties

14 rows where game_id = 1001118

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, bench, 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
309177 1001118 1001118 1 1 1 0 0 2 3 346 233 233
309178 1001118 1001118 0 1 1 0 0 2 7 641 90 90
309179 1001118 1001118 1 1 1 0 0 2 1 944 244 244
309180 1001118 1001118 1 2 1 0 0 2 7 242 227 227
309181 1001118 1001118 1 2 1 0 0 2 44 377 685 685
309182 1001118 1001118 0 2 1 0 0 2 4 511 90 90
309183 1001118 1001118 0 2 1 1 0 2 5 696 0 106
309184 1001118 1001118 0 2 1 0 0 2 7 901 143 143
309185 1001118 1001118 1 3 1 0 0 2 3 135 231 231
309186 1001118 1001118 0 3 0 0 0 2 9 273 107 107
309187 1001118 1001118 1 3 0 0 0 2 4 273 685 685
309188 1001118 1001118 0 3 1 0 0 2 8 736 109 109
309189 1001118 1001118 0 3 1 0 0 2 7 928 77 77
309190 1001118 1001118 0 3 1 0 0 2 26 982 97 97

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