home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

7 rows where game_id = 1027777

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, bench, minutes, 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
297499 1027777 1027777 0 1 0 0 0 5 13 343 9093 9093
297500 1027777 1027777 1 1 0 0 0 5 13 343 8809 8809
297501 1027777 1027777 0 2 1 0 0 2 1 337 10782 10782
297502 1027777 1027777 1 2 1 0 0 2 9 678 9555 9555
297503 1027777 1027777 0 2 1 0 0 2 8 922 9791 9791
297504 1027777 1027777 1 3 1 1 0 2 5 123 0 10121
297505 1027777 1027777 1 3 1 0 0 2 15 838 8424 8424

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