|
7 년 전 | |
---|---|---|
data | 7 년 전 | |
img | 7 년 전 | |
solutions | 7 년 전 | |
.gitignore | 7 년 전 | |
01_Basic_operations.ipynb | 7 년 전 | |
02_Data_structures.ipynb | 7 년 전 | |
README.md | 7 년 전 | |
environment.yml | 7 년 전 |
Materials for the pandas tutorial by @datapythonista.
Clone this repository from the terminal (Git is required):
git clone https://github.com/datapythonista/pandas-tutorials.git
Download and install Miniconda (Python 3.6):
Install environment:
cd pandas-tutorials && conda env create
Activate environment and run Jupyter:
source activate pandas-tutorial && jupyter notebook