added test.csv
This commit is contained in:
parent
b9c88ca4c0
commit
2beb222306
49160
Work/test.csv
Normal file
49160
Work/test.csv
Normal file
File diff suppressed because it is too large
Load Diff
@ -95,11 +95,14 @@ def make_data():
|
||||
for j in range(1,20):
|
||||
s += ',' + str(random.randint(0,4))
|
||||
s+='\n'
|
||||
with open("data.csv","w") as data:
|
||||
with open("test.csv","w") as data:
|
||||
data.write(s)
|
||||
|
||||
def correlation():
|
||||
data = pandas.read_csv("Work/data.csv")
|
||||
try:
|
||||
data = pandas.read_csv("Work/test.csv")
|
||||
except:
|
||||
data = pandas.read_csv("Work/data.csv")
|
||||
rev=reverse_list()
|
||||
print(rev)
|
||||
que={}
|
||||
|
Loading…
Reference in New Issue
Block a user