import pandas as pd
pd.set_option("display.max_row", 20)
pd.set_optino("display.max_column", 10)
'둘 > [ Python ]' 카테고리의 다른 글
pip list 업데이트 가능한 항목 확인 (0) | 2024.12.13 |
---|---|
[Error] TypeError: __init__() got an unexpected keyword argument 'extra_args' (0) | 2023.05.16 |
Handling "inf", "-inf" in Python (0) | 2022.07.12 |
Layer ModuleWrapper has arguments in `__init__` and therefore must override `get_config` (0) | 2022.07.05 |
ImportError: IProgress not found (0) | 2022.07.04 |