카테고리 없음

[Python] Numpy, Pandas 설치

twoDeveloper 2021. 8. 9. 22:51

Numpy

$ pip3 install numpy

 

Pandas

$ pip3 install pandas