説明なし

Marc Garcia bc79da1633 Adding README and conda environment setup 7 年 前
data 9de6b351be Initial commit 7 年 前
img 1c82695490 Updating Titanic tutorial 7 年 前
solutions 1c82695490 Updating Titanic tutorial 7 年 前
.gitignore 9de6b351be Initial commit 7 年 前
Overview - Titanic dataset.ipynb 1c82695490 Updating Titanic tutorial 7 年 前
README.md bc79da1633 Adding README and conda environment setup 7 年 前
environment.yml bc79da1633 Adding README and conda environment setup 7 年 前

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