It is as easy as wrapping a simple function to the print function used on the DataFrame. from tabulate import tabulate . . . print(tabulate(df, ...
確定! 回上一頁