1
2
3
4
5
#

Name:

Description:

This is a work-in-progress sister data set to the men's international football results dataset. If you're interested in helping out, submit a pull request.

Variables:

Currently, the dataset includes 4,163 women's international football results. All major tournament results should be complete. Some international friendlies, particularly tournaments, are included. A LOT of results are not yet in the dataset.

results.csv includes the following columns:

  • date - date of the match

  • home_team - the name of the home team

  • away_team - the name of the away team

  • home_score - full-time home team score including extra time, not including penalty-shootouts

  • away_score - full-time away team score including extra time, not including penalty-shootouts

  • tournament - the name of the tournament

  • city - the name of the city/town/administrative unit where the match was played

  • country - the name of the country where the match was played

  • neutral - TRUE/FALSE column indicating whether the match was played at a neutral venue

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Acknowledgments

The data is gathered from several sources including but not limited to Wikipedia, fifa.com, rsssf.com and individual football associations' websites.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Women_s_International_Football_Results_1575_13.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.