home / my_database

gamepenalties

19 rows where game_id = 1001042

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: home, period_id, powerplay, 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
307590 1001042 1001042 0 1 1 0 0 2 3 216 475 475
307591 1001042 1001042 0 1 0 0 0 2 9 479 434 434
307592 1001042 1001042 1 1 0 0 0 2 17 479 101 101
307593 1001042 1001042 0 1 1 0 0 2 7 766 418 418
307594 1001042 1001042 0 1 0 0 0 2 3 836 495 495
307595 1001042 1001042 1 1 0 0 0 2 11 836 111 111
307596 1001042 1001042 0 1 1 0 0 2 3 1007 413 413
307597 1001042 1001042 0 1 1 0 0 2 12 1007 413 413
307598 1001042 1001042 1 1 1 0 0 2 3 1159 113 113
307599 1001042 1001042 0 2 1 0 0 2 4 202 418 418
307600 1001042 1001042 0 2 1 0 0 2 18 479 475 475
307601 1001042 1001042 1 2 1 0 0 2 3 773 100 100
307602 1001042 1001042 1 2 1 0 0 2 4 981 118 118
307603 1001042 1001042 0 3 1 0 0 2 7 31 408 408
307604 1001042 1001042 0 3 1 0 0 2 4 341 429 429
307605 1001042 1001042 0 3 1 0 0 2 17 705 508 508
307606 1001042 1001042 0 3 1 0 0 2 6 750 452 452
307607 1001042 1001042 0 3 0 0 0 2 17 1051 475 475
307608 1001042 1001042 1 3 0 0 0 2 6 1051 103 103

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