Sen descrición

Marc Garcia bc79da1633 Adding README and conda environment setup %!s(int64=7) %!d(string=hai) anos
data 9de6b351be Initial commit %!s(int64=7) %!d(string=hai) anos
img 1c82695490 Updating Titanic tutorial %!s(int64=7) %!d(string=hai) anos
solutions 1c82695490 Updating Titanic tutorial %!s(int64=7) %!d(string=hai) anos
.gitignore 9de6b351be Initial commit %!s(int64=7) %!d(string=hai) anos
Overview - Titanic dataset.ipynb 1c82695490 Updating Titanic tutorial %!s(int64=7) %!d(string=hai) anos
README.md bc79da1633 Adding README and conda environment setup %!s(int64=7) %!d(string=hai) anos
environment.yml bc79da1633 Adding README and conda environment setup %!s(int64=7) %!d(string=hai) anos

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