Skip to content

Commit

Permalink
Merge pull request #141 from 16bravo/bugfix/corrections_in_etl_scripts
Browse files Browse the repository at this point in the history
correction in extract script + update last matches
  • Loading branch information
16bravo authored Jan 30, 2024
2 parents a3b7bbf + b1cbe9e commit 68453ca
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 131 deletions.
Binary file modified data/BravoRanking.db
Binary file not shown.
17 changes: 17 additions & 0 deletions data/json/matches/Burkina Faso.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "Burkina Faso",
"matches": [
{
"date": "2024-01-30",
"country": "Ivory Coast",
"tournament": "African Nations Cup",
"team1": "Burkina Faso",
"team2": "Mali",
"original_team1": "Burkina Faso",
"original_team2": "Mali",
"flag1": "burkina.png",
"flag2": "mali.png",
"score1": 1,
"score2": 2,
"rating1": 5003,
"rating2": 5131,
"rating_ev": -7,
"win_prob": 37.7
},
{
"date": "2024-01-23",
"country": "Ivory Coast",
Expand Down
17 changes: 17 additions & 0 deletions data/json/matches/Mali.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "Mali",
"matches": [
{
"date": "2024-01-30",
"country": "Ivory Coast",
"tournament": "African Nations Cup",
"team1": "Mali",
"team2": "Burkina Faso",
"original_team1": "Mali",
"original_team2": "Burkina Faso",
"flag1": "mali.png",
"flag2": "burkina.png",
"score1": 2,
"score2": 1,
"rating1": 5131,
"rating2": 5003,
"rating_ev": 7,
"win_prob": 62.3
},
{
"date": "2024-01-24",
"country": "Ivory Coast",
Expand Down
17 changes: 17 additions & 0 deletions data/json/matches/Saudi Arabia.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "Saudi Arabia",
"matches": [
{
"date": "2024-01-30",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Saudi Arabia",
"team2": "South Korea",
"original_team1": "Saudi Arabia",
"original_team2": "South Korea",
"flag1": "saudi_arabia.png",
"flag2": "south_korea.png",
"score1": 1,
"score2": 1,
"rating1": 5038,
"rating2": 5210,
"rating_ev": 12,
"win_prob": 29.7
},
{
"date": "2024-01-25",
"country": "Qatar",
Expand Down
17 changes: 17 additions & 0 deletions data/json/matches/South Korea.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "South Korea",
"matches": [
{
"date": "2024-01-30",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "South Korea",
"team2": "Saudi Arabia",
"original_team1": "South Korea",
"original_team2": "Saudi Arabia",
"flag1": "south_korea.png",
"flag2": "saudi_arabia.png",
"score1": 1,
"score2": 1,
"rating1": 5210,
"rating2": 5038,
"rating_ev": -12,
"win_prob": 70.3
},
{
"date": "2024-01-25",
"country": "Qatar",
Expand Down
17 changes: 17 additions & 0 deletions data/json/matches/Thailand.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "Thailand",
"matches": [
{
"date": "2024-01-30",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Thailand",
"team2": "Uzbekistan",
"original_team1": "Thailand",
"original_team2": "Uzbekistan",
"flag1": "thailand.png",
"flag2": "uzbekistan.png",
"score1": 1,
"score2": 2,
"rating1": 4776,
"rating2": 5104,
"rating_ev": 6,
"win_prob": 18.6
},
{
"date": "2024-01-25",
"country": "Qatar",
Expand Down
17 changes: 17 additions & 0 deletions data/json/matches/Uzbekistan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"team": "Uzbekistan",
"matches": [
{
"date": "2024-01-30",
"country": "Qatar",
"tournament": "Asian Cup",
"team1": "Uzbekistan",
"team2": "Thailand",
"original_team1": "Uzbekistan",
"original_team2": "Thailand",
"flag1": "uzbekistan.png",
"flag2": "thailand.png",
"score1": 2,
"score2": 1,
"rating1": 5104,
"rating2": 4776,
"rating_ev": -6,
"win_prob": 81.4
},
{
"date": "2024-01-23",
"country": "Qatar",
Expand Down
Loading

0 comments on commit 68453ca

Please sign in to comment.