반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- PANDAS
- Python
- Google Spreadsheet
- django
- math
- list
- hive
- c#
- Tkinter
- SQL
- Github
- gas
- PySpark
- Kotlin
- array
- string
- Mac
- Excel
- dataframe
- matplotlib
- Java
- PostgreSQL
- GIT
- Redshift
- Apache
- google apps script
- Google Excel
- numpy
- 파이썬
Archives
- Today
- Total
목록PIP (5)
달나라 노트
Python Basic : pip install --upgrade library (python library 업그레이드하기. library 버전 업그레이드)
Python에서 여러 라이브러리를 사용하다보면 최신 버전의 라이브러리로 업그레이드를 해야 할 경우가 있습니다. 그런 경우 아래와 같은 명령어를 terminal에서 사용할 수 있습니다. pip install --upgrade library_name 예를들어 pandas library를 upgrade한다고하면 terminal에 아래의 명령어를 입력하면 됩니다. pip install --upgrade pandas
Python/Python Basic
2021. 9. 14. 19:20