Ingen beskrivning

Marc Garcia fe099e6e06 Adding binder launch button to the README file 7 år sedan
data 9de6b351be Initial commit 7 år sedan
img 1c82695490 Updating Titanic tutorial 7 år sedan
solutions 1c82695490 Updating Titanic tutorial 7 år sedan
.gitignore 9de6b351be Initial commit 7 år sedan
01_Basic_operations.ipynb 0be416a466 Renaming Titanic notebook 7 år sedan
02_Data_structures.ipynb 0d9a7cf773 Adding tutorial on data structures 7 år sedan
README.md fe099e6e06 Adding binder launch button to the README file 7 år sedan
environment.yml bc79da1633 Adding README and conda environment setup 7 år sedan

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