python-tabulate icon indicating copy to clipboard operation
python-tabulate copied to clipboard

minor change to fix issue preventing passing in an interable for showindex

Open rebeccaherman1 opened this issue 1 year ago • 3 comments

Added check that showindex_is_a_str before comparing showindex == "default", which causes an error when showindex is an iterable.

rebeccaherman1 avatar Aug 20 '24 13:08 rebeccaherman1

It would be nice if the vertical line separating the index from the table could have the same format as the horizontal line separating the headers from the table. Would someone be able to implement that?

rebeccaherman1 avatar Aug 20 '24 13:08 rebeccaherman1

I do not understand why there is a failing check -- I have barely changed anything. Assistance would be appreciated.

rebeccaherman1 avatar Aug 20 '24 13:08 rebeccaherman1

The failing test on Appveyor is not related to this PR.

Still before I can accept this PR I need unit tests (test/test_input.py, test/test_output.py) and a reference to an issue it tries to solve.

astanin avatar Sep 26 '24 16:09 astanin