-
데이터 분석 모듈 설치 명령어들데이터분석 2024. 4. 5. 15:01반응형
가상환경 나눠서 사용하는 경우에는 가상환경에서 설치 진행!
1. numpy 설치
pip install numpy
2. pandas 설치
pip install pandas
3. xlrd 설치
pip install xlrd
4.openpyxl 설치
pip install openpyxl
에러 :Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.
5. selenium 설치 - chrome 확인하는거 넣기
pip install selenium
6. beatifulsoup 설치
pip install BeautifulSoup4
모듈 에러가 나면
python3 -m pip install bs4
7. tqdm 설치
pip install tqdm
8. user-agent
pip install user-agent
9. koreanize-matplotlib
pip install koreanize-matplotlib
728x90'데이터분석' 카테고리의 다른 글
pandas read_csv()로 읽고 to_csv()로 저장할때 (0) 2024.01.21 HTML 구조 정리 (0) 2024.01.11 데이터 분석 기본 환경설정..미래의 나를 위해.. (2) 2024.01.09