home / my_database

Menu
  • Playoff Bracket
  • Game Predictor
  • Season Predictor

gamepenalties

14 rows where game_id = 1027789

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, minutes, penalty, time_of_penalty_seconds, player_penalized, player_server

id ▼ game_id home period_id powerplay bench penalty_shot minutes penalty time_of_penalty_seconds player_penalized player_server
297571 1027789 1027789 1 1 1 0 0 2 8 862 10501 10501
297572 1027789 1027789 1 1 1 0 0 2 6 912 10692 10692
297573 1027789 1027789 0 2 1 0 0 2 7 85 6058 6058
297574 1027789 1027789 0 2 1 0 0 2 6 176 6780 6780
297575 1027789 1027789 0 2 1 0 0 2 4 397 10599 10599
297576 1027789 1027789 0 2 0 0 0 5 13 571 10595 10595
297577 1027789 1027789 1 2 0 0 0 5 13 571 8916 8916
297578 1027789 1027789 0 2 1 0 0 2 3 1179 10874 10874
297579 1027789 1027789 0 3 1 0 0 2 2 84 7159 7159
297580 1027789 1027789 0 3 0 0 0 2 9 429 6780 6780
297581 1027789 1027789 0 3 1 0 0 2 15 429 10877 10877
297582 1027789 1027789 1 3 0 0 0 2 9 429 7897 7897
297583 1027789 1027789 0 3 1 0 0 2 6 707 8485 8485
297584 1027789 1027789 0 3 1 0 0 2 3 954 10879 10879

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