We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba49e96 + e254642 commit d71270eCopy full SHA for d71270e
src/tools/rowFinder.py
@@ -37,4 +37,4 @@
37
continue
38
39
print()
40
- print(pd.concat(foundRows))
+ print(pd.concat(foundRows).T)
0 commit comments