latex_raw behaves like latex but does not escape LaTeX commands and special characters. latex_booktabs creates a tabular environment for LaTeX markup using spacing and style from the booktabs package.
from tabulate import tabulate, TableFormat, Line, DataRow tablefmt = TableFormat( lineabove = Line("", "-", " ", ""), linebelowheader = Line ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results