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
The Team Statistics of the National Women's Soccer League for the 2019 Season.
@kaggle.graciebarnes_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.
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
);Anyone who has the link will be able to view this.