mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
no
This commit is contained in:
parent
b0ed636039
commit
c7642c3276
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,1.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
1.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
1.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,5.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,1.0
|
|
||||||
1.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,4.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
0.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
13.0
|
|
||||||
0.0,0.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
10.0
|
|
||||||
0.0,7.0
|
|
||||||
7.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
1.0
|
|
||||||
0.0,7.0
|
|
||||||
0.0
|
|
|
@ -1,3 +0,0 @@
|
|||||||
match-23
|
|
||||||
match-18,match-3
|
|
||||||
match-18
|
|
|
@ -1,3 +0,0 @@
|
|||||||
yeeee
|
|
||||||
,si papa
|
|
||||||
nine
|
|
|
@ -1,3 +0,0 @@
|
|||||||
Quantitative
|
|
||||||
Quantitative,Quantitative
|
|
||||||
Quantitative
|
|
|
@ -1,3 +0,0 @@
|
|||||||
team-2022
|
|
||||||
team-16,team-16
|
|
||||||
team-2451
|
|
|
@ -316,12 +316,12 @@ def pulldata():
|
|||||||
|
|
||||||
big_out[j][team_index].append(i[j])
|
big_out[j][team_index].append(i[j])
|
||||||
|
|
||||||
for i in range(len(big_out)):
|
for i in range(len(big_out)):
|
||||||
|
|
||||||
with open('data/' + j_list[i] + '.csv', "w+", newline='') as file:
|
with open('data/' + j_list[i] + '.csv', "w+", newline='') as file:
|
||||||
|
|
||||||
writer = csv.writer(file, delimiter=',')
|
writer = csv.writer(file, delimiter=',')
|
||||||
writer.writerows(big_out[i])
|
writer.writerows(big_out[i])
|
||||||
|
|
||||||
|
|
||||||
def service():
|
def service():
|
||||||
|
Loading…
Reference in New Issue
Block a user