ML/Python

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

mola23 2021. 11. 12. 20:25

 행/열 출력 개수 지정

import pandas as pd

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

 

참고 글