Нема описа

Marc Garcia 0be416a466 Renaming Titanic notebook пре 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 година
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