Premier Lacrosse League Team Stats
Team stats for the fastest growing sports league in America.
@kaggle.evangower_premier_lacrosse_league_team_stats
Team stats for the fastest growing sports league in America.
@kaggle.evangower_premier_lacrosse_league_team_stats
CREATE TABLE pll_team_stats (
"season" BIGINT,
"team" VARCHAR,
"wins" BIGINT,
"losses" BIGINT,
"scores_for" BIGINT,
"scores_against" BIGINT,
"score_differential" BIGINT,
"one_point_goals" BIGINT,
"two_point_goals" BIGINT,
"assists" BIGINT,
"shots" BIGINT,
"shot_percentage" DOUBLE,
"x2_point_shots" BIGINT,
"x2_point_shot_pecentage" DOUBLE,
"shots_on_goal" BIGINT,
"shots_on_goal_pecentage" DOUBLE,
"turnovers" BIGINT,
"caused_turnovers" BIGINT,
"groundballs" BIGINT,
"faceoff_pecentage" DOUBLE,
"faceoffs_won" BIGINT,
"faceoffs_lost" BIGINT,
"saves" BIGINT,
"save_percentage" DOUBLE,
"penalties" BIGINT,
"penalty_minutes" DOUBLE,
"power_play_pecentage" DOUBLE,
"power_play_goals" BIGINT,
"power_play_shots" BIGINT,
"x2_point_goals_allowed" BIGINT,
"penalty_kill_pecentage" DOUBLE,
"penalty_kills" VARCHAR,
"playoff_notes" VARCHAR
);
Anyone who has the link will be able to view this.