mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
5
put data analysis into its own folder
This commit is contained in:
parent
b51102b260
commit
97f56a2ff2
Binary file not shown.
@ -369,8 +369,6 @@ def load_csv(filepath):
|
|||||||
file_array = list(csv.reader(csvfile))
|
file_array = list(csv.reader(csvfile))
|
||||||
return file_array
|
return file_array
|
||||||
|
|
||||||
def load_csv():
|
|
||||||
|
|
||||||
def basic_stats(data, method, arg): # data=array, mode = ['1d':1d_basic_stats, 'column':c_basic_stats, 'row':r_basic_stats], arg for mode 1 or mode 2 for column or row
|
def basic_stats(data, method, arg): # data=array, mode = ['1d':1d_basic_stats, 'column':c_basic_stats, 'row':r_basic_stats], arg for mode 1 or mode 2 for column or row
|
||||||
|
|
||||||
if method == 'debug':
|
if method == 'debug':
|
Loading…
Reference in New Issue
Block a user