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

FutureWarning: elementwise comparison failed

Open ricopicone opened this issue 3 years ago • 0 comments

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.

ricopicone avatar Nov 29 '22 04:11 ricopicone