説明なし

Marc Garcia 5dcd8f5ed8 Adding exercises to the data structures tutorial 7 年 前
data f18c73ac27 Adding loading and merging notebook (wip) 7 年 前
img f18c73ac27 Adding loading and merging notebook (wip) 7 年 前
solutions 5dcd8f5ed8 Adding exercises to the data structures tutorial 7 年 前
.gitignore 9de6b351be Initial commit 7 年 前
01_Basic_operations.ipynb 04c2c3ee83 Fixes to the Titanic tutorial 7 年 前
02_Data_structures.ipynb 5dcd8f5ed8 Adding exercises to the data structures tutorial 7 年 前
03_Loading_and_merging.ipynb f18c73ac27 Adding loading and merging notebook (wip) 7 年 前
README.md fe099e6e06 Adding binder launch button to the README file 7 年 前
environment.yml bc79da1633 Adding README and conda environment setup 7 年 前

README.md

pandas tutorial

Materials for the pandas tutorial by @datapythonista.

Run online

Binder

Local installation

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