admin 發表於 2022-3-30 11:35:10

How to see more than five columns of a data frame output in PyCharm run window

import pandas as pdimport numpy as npdesired_width=320pd.set_option('display.width', desired_width)np.set_printoption(linewidth=desired_width)pd.set_option('display.max_columns',10)

頁: [1]
查看完整版本: How to see more than five columns of a data frame output in PyCharm run window