home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

7 rows where game_id = 1027776

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, penalty, time_of_penalty_seconds

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
297540 1027776 1027776 1 1 1 0 0 2 4 472 9250 9250
297541 1027776 1027776 1 2 1 0 0 2 9 64 5547 5547
297542 1027776 1027776 0 2 1 0 0 2 6 586 8928 8928
297543 1027776 1027776 0 2 1 0 0 2 8 671 7767 7767
297544 1027776 1027776 0 2 0 0 0 2 6 772 8813 8813
297545 1027776 1027776 1 2 0 0 0 2 6 772 7267 7267
297546 1027776 1027776 1 3 1 0 0 2 15 688 7028 7028

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