Baselight

2019 NWSL Stats By Team

The Team Statistics of the National Women's Soccer League for the 2019 Season.

@kaggle.graciebarnes_2019_nwsl_stats_by_team

Loading...
Loading...

About this Dataset

2019 NWSL Stats By Team

The inspiration behind this dataset was to compare the NWSL stats of each team for that given year. I personally love stats and wtching soccer, so I created one myself. As I scrolled the available datasets I didn't see to many on Women's sports another reason I created the dataset.

Something interesting to note is that there was not a 2020 season due to COVID-19, and that the 2020 Challenge Cup would "kick off" that season.

Tables

N 2019 Nwsl Stats By Team Sheet1

@kaggle.graciebarnes_2019_nwsl_stats_by_team.n_2019_nwsl_stats_by_team_sheet1
  • 8.91 KB
  • 9 rows
  • 13 columns
Loading...

CREATE TABLE n_2019_nwsl_stats_by_team_sheet1 (
  "rank" BIGINT,
  "team" VARCHAR,
  "gp" BIGINT,
  "g" BIGINT,
  "a" BIGINT,
  "s" BIGINT,
  "sog" BIGINT,
  "fc" BIGINT,
  "off" BIGINT,
  "ck" BIGINT,
  "pkg" BIGINT,
  "yc" BIGINT,
  "rc" BIGINT
);

Share link

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