view.py 文件源码

python
阅读 36 收藏 0 点赞 0 评论 0

项目:jn_tester 作者: erickseolin 项目源码 文件源码
def __show_results_in_table(self):
        """Show results in pandas DataFrame format."""
        df = super(ViewPresenter, self)._prepare_dataframe()
        if df is not None:
            # Better visualization in command line
            pd.set_option('expand_frame_repr', False)
            pd.set_option('display.max_columns', 999)
            display(df)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号