home / my_database

gamepenalties

17 rows where game_id = 1001061

✎ 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
308033 1001061 1001061 1 1 1 0 0 2 7 68 679 679
308034 1001061 1001061 0 1 1 0 0 2 3 223 671 671
308035 1001061 1001061 1 1 1 0 0 2 10 646 654 654
308036 1001061 1001061 0 1 1 0 0 2 7 664 233 233
308037 1001061 1001061 0 1 1 0 0 2 7 852 233 233
308038 1001061 1001061 0 2 1 0 0 2 3 133 222 222
308039 1001061 1001061 1 2 1 0 0 2 7 477 654 654
308040 1001061 1001061 1 2 1 0 0 2 11 648 664 664
308041 1001061 1001061 0 2 1 0 0 2 6 750 685 685
308042 1001061 1001061 0 2 1 0 0 2 9 897 249 249
308043 1001061 1001061 0 2 1 0 0 2 4 1105 236 236
308044 1001061 1001061 0 3 1 0 0 2 4 78 234 234
308045 1001061 1001061 1 3 1 0 0 2 3 209 662 662
308046 1001061 1001061 1 3 1 0 0 2 9 529 654 654
308047 1001061 1001061 0 3 1 0 0 2 7 629 222 222
308048 1001061 1001061 1 3 1 0 0 2 3 783 689 689
308049 1001061 1001061 0 3 1 0 0 2 8 1130 231 231

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