mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
parent
bbebc4350c
commit
e81f6052e3
Binary file not shown.
@ -1,6 +1,3 @@
|
||||
35,63,62,18,56,65,42,77,82,63,76,50,47,69,57,65,85,70,38,67,89,74,71,67,70,71,95,77,45
|
||||
46,24,12,23,66,48,43,35,32,42,78,56,70,53,56,43,16,85,46,76,86,77,71,77,76,70,73
|
||||
29,63,35,37,26,51,35,58,30,61,45
|
||||
26,62,45,37,42,29,59,44,40
|
||||
46,45,71,85,54,57,52,66,47,77,68,75,45,51
|
||||
26,15,31,54,37,48,19,69,56
|
||||
35,63,62,18,56,65,42,77,82,63,76,50,47,69,57,65,85,70,38,67,89,74,71,67,70,71,95,77,45
|
||||
|
|
@ -1,6 +1,3 @@
|
||||
16
|
||||
2016
|
||||
2022
|
||||
2451
|
||||
3695
|
||||
5148
|
||||
16
|
||||
|
|
@ -186,10 +186,9 @@ def titanservice():
|
||||
|
||||
for i in range(len(teams)):
|
||||
score_out[str(teams[i][0])] = (nishant[i])
|
||||
#print(teams)
|
||||
|
||||
location = db.collection(u'stats').document(u'stats-noNN')
|
||||
for i in range(len(teams)):
|
||||
print(i)
|
||||
general_general_stats = location.collection(teams[i][0])
|
||||
|
||||
for j in range(len(files)):
|
||||
@ -205,8 +204,6 @@ def titanservice():
|
||||
|
||||
def pulldata():
|
||||
teams = analysis.load_csv('data/teams.csv')
|
||||
#print(teams)
|
||||
#print(len(teams))
|
||||
scores = []
|
||||
for i in range(len(teams)):
|
||||
team_scores = []
|
||||
|
Loading…
Reference in New Issue
Block a user