Нема описа

Marc Garcia fe099e6e06 Adding binder launch button to the README file пре 7 година
data 9de6b351be Initial commit пре 7 година
img 1c82695490 Updating Titanic tutorial пре 7 година
solutions 1c82695490 Updating Titanic tutorial пре 7 година
.gitignore 9de6b351be Initial commit пре 7 година
01_Basic_operations.ipynb 0be416a466 Renaming Titanic notebook пре 7 година
02_Data_structures.ipynb 0d9a7cf773 Adding tutorial on data structures пре 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