Brak opisu

Marc Garcia f18c73ac27 Adding loading and merging notebook (wip) 7 lat temu
data f18c73ac27 Adding loading and merging notebook (wip) 7 lat temu
img f18c73ac27 Adding loading and merging notebook (wip) 7 lat temu
solutions 1c82695490 Updating Titanic tutorial 7 lat temu
.gitignore 9de6b351be Initial commit 7 lat temu
01_Basic_operations.ipynb 0be416a466 Renaming Titanic notebook 7 lat temu
02_Data_structures.ipynb 0d9a7cf773 Adding tutorial on data structures 7 lat temu
03_Loading_and_merging.ipynb f18c73ac27 Adding loading and merging notebook (wip) 7 lat temu
README.md bc79da1633 Adding README and conda environment setup 7 lat temu
environment.yml bc79da1633 Adding README and conda environment setup 7 lat temu

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