아래 코드를 적용하여 DataFrame을 출력할 때 데이터가 생략되지 않고 보여지게 할 수 있다.
pd.options.display.max_rows = 보고싶은 row 개수
pd.options.display.max_columns = 보고싶은 column 개수
'AI > Pandas' 카테고리의 다른 글
[Pandas] groupby (0) | 2023.03.09 |
---|---|
[Pandas] column 별로 데이터의 비율 알아내는 방법 (0) | 2023.03.09 |
[Pandas] apply 함수와 applymap 함수 (0) | 2023.03.09 |
[Pandas] map 함수 VS replace 함수 (0) | 2023.03.09 |
[Pandas] DataFrame과 Series 간의 연산 (0) | 2023.03.09 |