home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

5 rows where game_id = 1027774

✎ 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
297547 1027774 1027774 1 1 1 0 0 2 4 172 9706 9706
297548 1027774 1027774 1 1 1 0 0 2 3 705 10180 10180
297549 1027774 1027774 1 3 1 0 0 2 2 368 10082 10082
297550 1027774 1027774 0 3 1 0 0 2 4 740 9702 9702
297551 1027774 1027774 1 3 1 0 0 2 4 1075 10082 10082

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