def set_pandas_print_options():
# w, h = pd.util.terminal.get_terminal_size()
# set output options for regression tests on a wide terminal
pd.set_option('display.width', 100)
# reduce precision to avoid to sensitive tests because of roundings:
pd.set_option('display.precision', 6)
评论列表
文章目录