|
hace 7 años | |
---|---|---|
data | hace 7 años | |
img | hace 7 años | |
solutions | hace 7 años | |
.gitignore | hace 7 años | |
01_Basic_operations.ipynb | hace 7 años | |
02_Data_structures.ipynb | hace 7 años | |
03_Loading_and_merging.ipynb | hace 7 años | |
README.md | hace 7 años | |
environment.yml | hace 7 años |
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