查看DataFrame时,列数较多会省略中间列的信息,可以设置最大展示列数,代码如下:
1 import pandas as pd 2 pd.set_option('display.max_columns',100)