Note
Pandas (1) 본문
728x90
How to import pandas and check the version?
import pandas as pd
print(pd.__version__)
print(pd.show_versions(as_json=True))
'Pandas' 카테고리의 다른 글
Pandas (6) (0) | 2022.07.26 |
---|---|
Pandas (5) (0) | 2022.07.25 |
Pandas (4) (0) | 2022.07.24 |
Pandas (3) (0) | 2022.07.20 |
Pandas (2) (0) | 2022.07.19 |
Comments