Skip to content

Commit e254642

Browse files
Now transposes output dataframe to properly view all fields in terminal
1 parent 01596e4 commit e254642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rowFinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
continue
3838

3939
print()
40-
print(pd.concat(foundRows))
40+
print(pd.concat(foundRows).T)

0 commit comments

Comments
 (0)