Ei kuvausta

Marc Garcia 0be416a466 Renaming Titanic notebook 7 vuotta sitten
data 9de6b351be Initial commit 7 vuotta sitten
img 1c82695490 Updating Titanic tutorial 7 vuotta sitten
solutions 1c82695490 Updating Titanic tutorial 7 vuotta sitten
.gitignore 9de6b351be Initial commit 7 vuotta sitten
01_Basic_operations.ipynb 0be416a466 Renaming Titanic notebook 7 vuotta sitten
README.md bc79da1633 Adding README and conda environment setup 7 vuotta sitten
environment.yml bc79da1633 Adding README and conda environment setup 7 vuotta sitten

README.md

pandas tutorial

Materials for the pandas tutorial by @datapythonista.

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