Jay-Rajput commited on
Commit
4be50b4
·
verified ·
1 Parent(s): a5597fb

Scheduled Commit

Browse files
Files changed (1) hide show
  1. outcomes/match_outcomes.json +107 -20
outcomes/match_outcomes.json CHANGED
@@ -1,20 +1,107 @@
1
- {"match_id":"20240322_1","man_of_the_match":"Mustafizur Rahman","winning_team":"CSK"}
2
- {"match_id":"20240323_2","man_of_the_match":"Sam Curran","winning_team":"PBKS"}
3
- {"match_id":"20240323_3","man_of_the_match":"Andre Russell","winning_team":"KKR"}
4
- {"match_id":"20240324_4","man_of_the_match":"Sanju Samson","winning_team":"RR"}
5
- {"match_id":"20240324_5","man_of_the_match":"B Sai Sudharsan","winning_team":"GT"}
6
- {"match_id":"20240325_6","man_of_the_match":"Virat Kohli","winning_team":"RCB"}
7
- {"match_id":"20240326_7","man_of_the_match":"Shivam Dube","winning_team":"CSK"}
8
- {"match_id":"20240327_8","man_of_the_match":"Abhishek Sharma","winning_team":"SRH"}
9
- {"match_id":"20240328_9","man_of_the_match":"Riyan Parag","winning_team":"RR"}
10
- {"match_id":"20240329_10","man_of_the_match":"Sunil Narine","winning_team":"KKR"}
11
- {"match_id":"20240330_11","man_of_the_match":"Mayank Yadav","winning_team":"LSG"}
12
- {"match_id":"20240331_12","man_of_the_match":"Mohit Sharma","winning_team":"GT"}
13
- {"match_id":"20240331_13","man_of_the_match":"Khaleel Ahmed","winning_team":"DC"}
14
- {"match_id":"20240401_14","man_of_the_match":"Trent Boult","winning_team":"RR"}
15
- {"match_id":"20240402_15","man_of_the_match":"Mayank Yadav","winning_team":"LSG"}
16
- {"match_id":"20240403_16","man_of_the_match":"Sunil Narine","winning_team":"KKR"}
17
- {"match_id":"20240404_17","man_of_the_match":"Shashank Singh","winning_team":"PBKS"}
18
- {"match_id":"20240405_18","man_of_the_match":"Abhishek Sharma","winning_team":"SRH"}
19
- {"match_id":"20240406_19","man_of_the_match":"Jos Buttler","winning_team":"RR"}
20
- {"match_id":"20240407_20","man_of_the_match":"Romario Shepherd","winning_team":"MI"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "match_id": "20240322_1",
4
+ "winning_team": "CSK",
5
+ "man_of_the_match": "Mustafizur Rahman"
6
+ },
7
+ {
8
+ "match_id": "20240323_2",
9
+ "winning_team": "PBKS",
10
+ "man_of_the_match": "Sam Curran"
11
+ },
12
+ {
13
+ "match_id": "20240323_3",
14
+ "winning_team": "KKR",
15
+ "man_of_the_match": "Andre Russell"
16
+ },
17
+ {
18
+ "match_id": "20240324_4",
19
+ "winning_team": "RR",
20
+ "man_of_the_match": "Sanju Samson"
21
+ },
22
+ {
23
+ "match_id": "20240324_5",
24
+ "winning_team": "GT",
25
+ "man_of_the_match": "B Sai Sudharsan"
26
+ },
27
+ {
28
+ "match_id": "20240325_6",
29
+ "winning_team": "RCB",
30
+ "man_of_the_match": "Virat Kohli"
31
+ },
32
+ {
33
+ "match_id": "20240326_7",
34
+ "winning_team": "CSK",
35
+ "man_of_the_match": "Shivam Dube"
36
+ },
37
+ {
38
+ "match_id": "20240327_8",
39
+ "winning_team": "SRH",
40
+ "man_of_the_match": "Abhishek Sharma"
41
+ },
42
+ {
43
+ "match_id": "20240328_9",
44
+ "winning_team": "RR",
45
+ "man_of_the_match": "Riyan Parag"
46
+ },
47
+ {
48
+ "match_id": "20240329_10",
49
+ "winning_team": "KKR",
50
+ "man_of_the_match": "Sunil Narine"
51
+ },
52
+ {
53
+ "match_id": "20240330_11",
54
+ "winning_team": "LSG",
55
+ "man_of_the_match": "Mayank Yadav"
56
+ },
57
+ {
58
+ "match_id": "20240331_12",
59
+ "winning_team": "GT",
60
+ "man_of_the_match": "Mohit Sharma"
61
+ },
62
+ {
63
+ "match_id": "20240331_13",
64
+ "winning_team": "DC",
65
+ "man_of_the_match": "Khaleel Ahmed"
66
+ },
67
+ {
68
+ "match_id": "20240401_14",
69
+ "winning_team": "RR",
70
+ "man_of_the_match": "Trent Boult"
71
+ },
72
+ {
73
+ "match_id": "20240402_15",
74
+ "winning_team": "LSG",
75
+ "man_of_the_match": "Mayank Yadav"
76
+ },
77
+ {
78
+ "match_id": "20240403_16",
79
+ "winning_team": "KKR",
80
+ "man_of_the_match": "Sunil Narine"
81
+ },
82
+ {
83
+ "match_id": "20240404_17",
84
+ "winning_team": "PBKS",
85
+ "man_of_the_match": "Shashank Singh"
86
+ },
87
+ {
88
+ "match_id": "20240405_18",
89
+ "winning_team": "SRH",
90
+ "man_of_the_match": "Abhishek Sharma"
91
+ },
92
+ {
93
+ "match_id": "20240406_19",
94
+ "winning_team": "RR",
95
+ "man_of_the_match": "Jos Buttler"
96
+ },
97
+ {
98
+ "match_id": "20240407_20",
99
+ "winning_team": "MI",
100
+ "man_of_the_match": "Romario Shepherd"
101
+ },
102
+ {
103
+ "match_id": "20240407_21",
104
+ "winning_team": "LSG",
105
+ "man_of_the_match": "Yash Thakur"
106
+ }
107
+ ]