1.아래 사이트 ⓐ or ⓑ접속 후 맨 밑으로 스크롤을 내리면 다운로드를 할 수 있습니다.
컨티넘 애널리틱스 파이썬 배포판
ⓐwww.anaconda.com/products/individual#windows
ⓑhttps://www.anaconda.com/download/#macos
Anaconda | Individual Edition
Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
2. 보통 윈도우 최근 버전 사용하시는 분들은 64-Bit Graphical Installer (457 MB)을 받으시면 됩니다.
3. Anaconda Prompt 로 접속 한 뒤 아래 명령어를 쳐서 pandas를 인스톨 하여 준다.
# Python version check
>>> python3 -V
Python 3.7.3
# Pip version check
>>> pip3 -V
pip 19.0.3 from /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Pyth
on3.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)
# Python3+
>>> pip3 install pandas
다시 했을 때 아래와 같이 나오면 설치가 되어 있는 것이다.
'2.빅데이터 & Coding 입문' 카테고리의 다른 글
Version 1.8.0_271 of the JVM is not suitable for this product. Version: 11 or greater is required. (0) | 2021.02.02 |
---|---|
1-2 아나콘다(Anaconda3) 로 파이썬(Python3) 처음 실행하기 (0) | 2021.01.26 |
aws 서비스 PuTTY key setting (0) | 2021.01.18 |
AWS 아마존 웹서버 Setting 하기 (0) | 2021.01.18 |
8-2. 아파치(apache-tomecat) 이클립스연동된것 지우기!! (0) | 2020.12.10 |