艾歐踢論壇

標題: How to see more than five columns of a data frame output in PyCharm run window [打印本頁]

作者: admin    時間: 2022-3-30 11:35
標題: How to see more than five columns of a data frame output in PyCharm run window
import pandas as pd
import numpy as np
desired_width=320
pd.set_option('display.width', desired_width)
np.set_printoption(linewidth=desired_width)
pd.set_option('display.max_columns',10)







歡迎光臨 艾歐踢論壇 (http://www.iot.idv.tw/ucenter/) Powered by Discuz! X3.2