Baselight

2018 NWSL Stats By Team

Statistics by Team in the National Women's Soccer League 2018 Season

@kaggle.graciebarnes_2018_nwsl_stats_by_team

Loading...
Loading...

About this Dataset

2018 NWSL Stats By Team

All data obtained is from the National Womens Soccer League's Website.

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.

Tables

N 2018 Nwsl Stats By Team Sheet1

@kaggle.graciebarnes_2018_nwsl_stats_by_team.n_2018_nwsl_stats_by_team_sheet1
  • 9.11 kB
  • 9 rows
  • 13 columns
Loading...
CREATE TABLE n_2018_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.