home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

4 rows where game_id = 1027792

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
297567 1027792 1027792 1 2 1 0 0 2 1 684 10426 10426
297568 1027792 1027792 0 2 1 0 0 2 7 760 10444 10444
297569 1027792 1027792 0 3 1 0 0 2 4 101 10052 10052
297570 1027792 1027792 1 3 1 0 0 2 6 579 6489 6489

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