Jay-Rajput commited on
Commit
f73d37b
·
1 Parent(s): a9dfbee

added config

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. match_outcomes.json +97 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
 
1
+ ---
2
+ configs:
3
+ - config_name: outcomes
4
+ data_files: match_outcomes.json
5
+ ---
6
+
7
  ---
8
  license: apache-2.0
9
  ---
match_outcomes.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ]