Pandas数据展示列太多会显示...不显示具体数据。
设置参数可以显示全部数据:

pd.set_option('display.expand_frame_repr', False)

相关文章: