home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

4 rows where game_id = 1027780

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, minutes, penalty

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
297506 1027780 1027780 0 1 1 0 0 4 68 662 7404 7404
297507 1027780 1027780 1 2 1 0 0 2 7 691 7016 7016
297508 1027780 1027780 1 2 1 0 0 2 6 890 10451 10451
297509 1027780 1027780 1 3 1 0 0 2 6 848 7101 7101

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