파이썬
[ML] numpy pandas 설치
mminky
2020. 11. 14. 12:21
728x90
pip를 이용해서 쉽게 설치가 가능합니다
numpy 설치
pip install numpy
pandas 설치
pip install pandas
반응형