/Python_Data_Science

Python Data Science practice with NumPy, Pandas, Matplotlib, Jupyter, etc.

Primary LanguageJupyter NotebookMIT LicenseMIT

Python_Data_Science

파이썬 라이브러리인 Jupyter, NumPy, Pandas, Matplotlib, Scikit-Learn을 사용해보고 연습하는 디렉토리 입니다.

This is a directory to try and practice the Python libraries Jupyter, NumPy, Pandas, Matplotlib, and Scikit-Learn.

Get Started

아래와 같은 라이브러리들이 필요합니다.

The following libraries are required.

numpy==1.11.1
pandas==0.18.1
scipy==0.17.1
scikit-learn==0.17.1
scikit-image==0.12.3
pillow==3.4.2
matplotlib==1.5.1
seaborn==0.7.0
jupyter
notebook
line_profiler
memory_profiler
numexpr
pandas-datareader
netcdf4

위에 나와있는 버전들은 최소 필요 버전을 의미합니다. 웬만하면 최신 버전을 설치해 주세요.

The versions listed above refer to the minimum required version. If possible, please install the latest version.

저는 conda를 설치해서 사용 중입니다.

I am installing and using conda.

References

Book: Python Data Science Handbook

Github: https://github.com/jakevdp/PythonDataScienceHandbook