Baselight

Premier Lacrosse League Team Stats

Team stats for the fastest growing sports league in America.

@kaggle.evangower_premier_lacrosse_league_team_stats

Loading...
Loading...

About this Dataset

Premier Lacrosse League Team Stats

The Premier Lacrosse League (PLL) is an American professional field lacrosse league, composed of 8 teams. The league's inaugural season debuted on June 1, 2019, and included a 14-week tour-based schedule taking place in 12 major-market cities. The PLL is headquartered in El Segundo, California.

The PLL was founded in 2018 by Michael Rabil, a former All-American lacrosse player at Johns Hopkins University and a member of the U.S. national team. Rabil's goal was to create a professional lacrosse league that would be more fan-friendly and accessible than the previous MLL. The PLL has several innovations that set it apart from other professional lacrosse leagues, including:

  • A tour-based schedule that takes the league to major markets across the United States.
  • A single-elimination playoff format that culminates in a championship weekend.
  • Create the two point goal line for lacrosse.
  • And much more.

The PLL has been a success since its inception. The league has attracted top players from the MLL and NCAA, and its games have been well-received by fans. The PLL has also been a financial success, and it has been praised for its innovative approach to professional lacrosse.

  • The current teams include:
    • Archers LC
    • Atlas LC
    • Chrome LC
    • Chaos LC
    • Cannons LC
    • Whipsnakes LC
    • Waterdogs LC

Tables

Pll Team Stats

@kaggle.evangower_premier_lacrosse_league_team_stats.pll_team_stats
  • 27.31 KB
  • 29 rows
  • 33 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.