home / my_database

gamepenalties

15 rows where game_id = 1001097

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, 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
308581 1001097 1001097 0 1 1 0 0 2 9 314 22 22
308582 1001097 1001097 0 1 1 0 0 2 2 369 2 2
308583 1001097 1001097 0 1 0 0 0 2 9 654 23 23
308584 1001097 1001097 1 1 0 0 0 2 9 654 405 405
308585 1001097 1001097 1 1 1 0 0 2 15 654 303 303
308586 1001097 1001097 1 1 1 0 0 2 7 858 405 405
308587 1001097 1001097 1 1 1 0 0 2 7 1071 412 412
308588 1001097 1001097 0 2 0 0 0 2 8 621 6 6
308589 1001097 1001097 1 2 0 0 0 2 9 621 362 362
308590 1001097 1001097 0 2 1 0 0 2 8 755 7 7
308591 1001097 1001097 0 2 1 0 0 2 3 755 7 7
308592 1001097 1001097 0 2 1 0 0 2 1 926 20 20
308593 1001097 1001097 0 2 1 0 0 2 3 1004 17 17
308594 1001097 1001097 1 3 1 0 0 2 3 211 700 700
308595 1001097 1001097 0 3 1 0 0 2 8 530 6 6

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