I have a Pandas Dataframe generated from a database, which has data with mixed encodings. For example:
+----+-------------------------+----------+-----------
For those looking for how to do this using tabulate, I thought I'd put this here to save you some time:
tabulate
print(tabulate(df, tablefmt="pipe", headers="keys", showindex=False))