쓸 때 마다 구글링하게 되는데, 왜 이리 안외워지는지.
import pandas as pd
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 1000)
'개발' 카테고리의 다른 글
[VScode] (Mac) 에서 edit 에서 자꾸 i를 눌러야 수정이 되길래 (1) | 2022.10.14 |
---|---|
[Keras] module 'keras.engine' has no attribute 'Layer' 문제해결 (0) | 2022.10.13 |
Building simple app from python (0) | 2022.09.29 |
[Apple Silicon] M1 mac 에서 PyTorch 설치 (0) | 2022.06.04 |
PBS (Profile Batch System) 교육 (0) | 2022.05.24 |
댓글