pd.set_option 데이터프레임 더 많은 행과 열 출력하기

찌니·2021년 6월 23일
0

https://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.set_option.html

#500개 행과 열 출력
import pandas as pd
print("pandas version: ", pd.__version__)
pd.set_option('display.max_row', 500)
pd.set_option('display.max_columns', 100)
profile
https://gggggeun.tistory.com/

0개의 댓글

관련 채용 정보