Pandas
환경설정
$ pyenv virtualenv 3.7.1 pandas
$ pyenv local panda$ pip install --upgrade pip$ pip install pandas$ pip install numpy$ pip install matplotlibDataSet
Last updated
$ pyenv virtualenv 3.7.1 pandas
$ pyenv local panda$ pip install --upgrade pip$ pip install pandas$ pip install numpy$ pip install matplotlibLast updated
$ pip install scipy$ pip install -U scikit-learn$ pip install seaborn$ pip install beautifulsoup4$ pip install requests$ pip list
Package Version
--------------- ------------
beautifulsoup4 4.9.0
certifi 2020.4.5.1
chardet 3.0.4
cycler 0.10.0
et-xmlfile 1.0.1
idna 2.9
jdcal 1.4.1
joblib 0.14.1
kiwisolver 1.2.0
lxml 4.5.0
matplotlib 3.2.1
numpy 1.18.3
openpyxl 3.0.3
pandas 1.0.3
pip 20.0.2
pyparsing 2.4.7
python-dateutil 2.8.1
pytz 2019.3
requests 2.23.0
scikit-learn 0.22.2.post1
scipy 1.4.1
seaborn 0.10.1
setuptools 39.0.1
six 1.14.0
soupsieve 2.0
urllib3 1.25.9
xlrd 1.2.0$ pip freeze > requirements.txt