one too many row
This commit is contained in:
parent
8e63063f61
commit
6059bfb4a7
@ -1,4 +1,3 @@
|
||||
0
|
||||
1
|
||||
0
|
||||
1
|
||||
|
|
@ -83,5 +83,5 @@ for i in range(len(answers)):
|
||||
|
||||
|
||||
df = pd.Series(answers)
|
||||
df.to_csv('out.tsv', sep = '\t',index=False)
|
||||
df.to_csv('out.tsv', sep = '\t', index=False, header=False)
|
||||
|
||||
|
1
dev-1/.~lock.expected.tsv#
Normal file
1
dev-1/.~lock.expected.tsv#
Normal file
@ -0,0 +1 @@
|
||||
,DESKTOP-QF2J2E3/riraa,DESKTOP-QF2J2E3,27.04.2022 01:17,file:///C:/Users/riraa/AppData/Roaming/LibreOffice/4;
|
1
dev-1/.~lock.out.tsv#
Normal file
1
dev-1/.~lock.out.tsv#
Normal file
@ -0,0 +1 @@
|
||||
,DESKTOP-QF2J2E3/riraa,DESKTOP-QF2J2E3,27.04.2022 01:16,file:///C:/Users/riraa/AppData/Roaming/LibreOffice/4;
|
@ -1,6 +1,5 @@
|
||||
0
|
||||
0
|
||||
0
|
||||
1
|
||||
0
|
||||
0
|
||||
|
|
@ -83,5 +83,5 @@ for i in range(len(answers)):
|
||||
|
||||
|
||||
df = pd.Series(answers)
|
||||
df.to_csv('out.tsv', sep = '\t',index=False)
|
||||
df.to_csv('out.tsv', sep = '\t', index=False, header=False)
|
||||
|
||||
|
2
run.py
2
run.py
@ -83,5 +83,5 @@ for i in range(len(answers)):
|
||||
|
||||
|
||||
df = pd.Series(answers)
|
||||
df.to_csv('out.tsv', sep = '\t',index=False)
|
||||
df.to_csv('out.tsv', sep = '\t', index=False, header=False)
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
0
|
||||
0
|
||||
1
|
||||
1
|
||||
0
|
||||
|
|
@ -83,5 +83,5 @@ for i in range(len(answers)):
|
||||
|
||||
|
||||
df = pd.Series(answers)
|
||||
df.to_csv('out.tsv', sep = '\t',index=False)
|
||||
df.to_csv('out.tsv', sep = '\t', index=False, header=False)
|
||||
|
||||
|
@ -83,5 +83,5 @@ for i in range(len(answers)):
|
||||
|
||||
|
||||
df = pd.Series(answers)
|
||||
df.to_csv('out.tsv', sep = '\t',index=False)
|
||||
df.to_csv('out.tsv', sep = '\t', index=False, header=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user