python-tabulate
python-tabulate copied to clipboard
FutureWarning: elementwise comparison failed
I get the warning
[python]/3.10.3/lib/python3.10/site-packages/tabulate/__init__.py:108: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
or (len(row) >= 2 and row[1] == SEPARATING_LINE)
This seems to be the solution SO link.