home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

10 rows where game_id = 1027781

✎ 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
297472 1027781 1027781 0 1 1 0 0 2 15 98 9980 9980
297473 1027781 1027781 0 1 1 0 0 2 8 720 10176 10176
297474 1027781 1027781 1 1 1 0 0 2 17 880 7608 7608
297475 1027781 1027781 1 2 1 0 0 2 8 310 9758 9758
297476 1027781 1027781 1 2 1 0 0 2 8 1122 7117 7117
297477 1027781 1027781 0 3 0 0 0 2 9 85 9978 9978
297478 1027781 1027781 1 3 0 0 0 2 6 85 9516 9516
297479 1027781 1027781 0 3 1 0 0 2 4 146 5645 5645
297480 1027781 1027781 0 3 0 0 0 2 9 1199 6322 6322
297481 1027781 1027781 1 3 0 0 0 2 9 1199 7251 7251

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