2018 NWSL Stats By Team
Statistics by Team in the National Women's Soccer League 2018 Season
@kaggle.graciebarnes_2018_nwsl_stats_by_team
Statistics by Team in the National Women's Soccer League 2018 Season
@kaggle.graciebarnes_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.
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
);Anyone who has the link will be able to view this.