Skip to content

Commit 65527fd

Browse files
committed
Add women's world cup
1 parent bdc02fd commit 65527fd

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

index.csv

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dataset_url,article_url,live
2+
https://github.com/fivethirtyeight/data/tree/master/womens-world-cup-2019,https://projects.fivethirtyeight.com/2019-womens-world-cup-predictions/,TRUE
23
https://github.com/fivethirtyeight/data/tree/master/media-mentions-2020,https://fivethirtyeight.com/features/which-2020-candidate-was-mentioned-most-on-cable-news-last-week-2/,
34
https://github.com/fivethirtyeight/data/tree/master/riddler-castles,https://fivethirtyeight.com/features/are-you-the-best-warlord/,
45
https://github.com/fivethirtyeight/data/tree/master/trump-lawsuits,https://fivethirtyeight.com/features/will-trumps-latest-lawsuits-keep-congress-from-investigating-future-presidents/,
@@ -30,14 +31,14 @@ https://github.com/fivethirtyeight/data/tree/master/primary-candidates-2018,http
3031
https://github.com/fivethirtyeight/data/tree/master/primary-candidates-2018,https://fivethirtyeight.com/features/democrats-primaries-candidates-demographics/,
3132
https://github.com/fivethirtyeight/russian-troll-tweets,https://fivethirtyeight.com/features/why-were-sharing-3-million-russian-troll-tweets/,
3233
https://github.com/fivethirtyeight/data/tree/master/lebron,https://fivethirtyeight.com/features/the-lebron-james-decision-making-machine/,
33-
https://github.com/fivethirtyeight/data/tree/master/world-cup-comparisons,https://projects.fivethirtyeight.com/world-cup-comparisons/,TRUE
34+
https://github.com/fivethirtyeight/data/tree/master/world-cup-comparisons,https://projects.fivethirtyeight.com/world-cup-comparisons/,
3435
https://github.com/fivethirtyeight/data/tree/master/masculinity-survey,https://fivethirtyeight.com/features/what-do-men-think-it-means-to-be-a-man/,
35-
https://github.com/fivethirtyeight/data/tree/master/world-cup-2018,https://projects.fivethirtyeight.com/2018-world-cup-predictions/,TRUE
36+
https://github.com/fivethirtyeight/data/tree/master/world-cup-2018,https://projects.fivethirtyeight.com/2018-world-cup-predictions/,
3637
https://github.com/fivethirtyeight/data/tree/master/special-elections,https://fivethirtyeight.com/features/be-skeptical-of-anyone-who-tells-you-they-know-how-democrats-can-win-in-november/,
3738
https://github.com/fivethirtyeight/data/tree/master/congress-trump-score,https://projects.fivethirtyeight.com/congress-trump-score/,TRUE
3839
https://github.com/fivethirtyeight/data/tree/master/reluctant-trump,https://fivethirtyeight.com/features/reluctant-trump-voters-swung-the-election-heres-how-they-think-hes-doing/,
3940
https://github.com/fivethirtyeight/data/tree/master/reluctant-trump,https://fivethirtyeight.com/features/the-economy-is-keeping-reluctant-trump-voters-with-him/,
40-
https://github.com/fivethirtyeight/data/tree/master/march-madness-predictions-2018,https://projects.fivethirtyeight.com/2018-march-madness-predictions/,TRUE
41+
https://github.com/fivethirtyeight/data/tree/master/march-madness-predictions-2018,https://projects.fivethirtyeight.com/2018-march-madness-predictions/,
4142
https://github.com/fivethirtyeight/data/tree/master/poll-quiz-guns,https://projects.fivethirtyeight.com/guns-parkland-polling-quiz/,
4243
https://github.com/fivethirtyeight/data/tree/master/rare-pepes,https://fivethirtyeight.com/features/pepe-the-frog-symbolism-cryptoart-blockchain/,
4344
https://github.com/fivethirtyeight/data/tree/master/congress-resignations,https://fivethirtyeight.com/features/more-people-are-resigning-from-congress-than-at-any-time-in-recent-history/,

womens-world-cup-2019/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
files:
3+
- https://projects.fivethirtyeight.com/soccer-api/international/2019/wwc_matches.csv
4+
- https://projects.fivethirtyeight.com/soccer-api/international/2019/wwc_forecasts.csv
5+
---
6+
# Women's World Cup 2019
7+
8+
This file contains links to the data behind our [2019 Women's World Cup Predictions](https://projects.fivethirtyeight.com/2019-womens-world-cup-predictions/).
9+
10+
`wwc_matches.csv` contains match-by-match projections.
11+
12+
`wwc_forecasts.csv` contains our tournament forecasts.

0 commit comments

Comments
 (0)