본문 바로가기
TOP BOTTOM
ML/Python

[Pandas] DataFrame 행/열 출력 개수 지정: set_option

by mola23 2021. 11. 12.

 행/열 출력 개수 지정

import pandas as pd

pd.set_option('display.max_row', 행_개수)
pd.set_option('display.max_columns', 열_개수)

 

참고 글

댓글