home

my_database

Custom SQL query

Queries

  • Year over Year Performance
  • Team Performance By Day

Tables

gamedata

game_id, season_id, away_team_id, away_team_score, home_team_id, home_team_score, game_status, game_date, game_attendance, home_team_shots, away_team_shots, game_number, venue_id

25,649 rows

gamegoals

id, game_id, home, period_id, time_of_goal_seconds, team_id, goal_type, x_location, y_location, location_set, power_play, empty_net, penalty_shot, short_handed, insurance_goal, game_winning, game_tieing, scorer_goal_num, goal_scorer_player_id, assist1_player_id, assist2_player_id

148,068 rows

gameofficial

game_id, person_id, official_type_id

88,315 rows

gamepenalties

id, game_id, home, period_id, powerplay, bench, penalty_shot, minutes, penalty, time_of_penalty_seconds, player_penalized, player_server

304,075 rows

gameroster

game_id, player_id, team_id, starter

Many rows

official

person_id, jersey_number

795 rows

penalty_type

penalty_type_id, penalty_description, penalty_class_id

159 rows

penaltyclass

penalty_class_id, penalty_class_description

7 rows

person

person_id, first_name, last_name, birth

795 rows

player

id, first_name, last_name, position, height, weight, shoots, birth, birth_place, draft_team, draft_round, draft_pick

8,253 rows

scheduled_games

game_id, home_team_id, away_team_id, game_date

88 rows

season

season_id, season_name, shortname, career, playoff, start_date, end_date

74 rows

sqlite_sequence

name, seq

2 rows

team

team_id, team_code, active, name, city, nickname

73 rows

venue

venue_id, name

157 rows

Views

  • available_seasons
Powered by Datasette · Queries took 31.094ms