Aucune description

Marc Garcia 04c2c3ee83 Fixes to the Titanic tutorial il y a 7 ans
data f18c73ac27 Adding loading and merging notebook (wip) il y a 7 ans
img f18c73ac27 Adding loading and merging notebook (wip) il y a 7 ans
solutions 04c2c3ee83 Fixes to the Titanic tutorial il y a 7 ans
.gitignore 9de6b351be Initial commit il y a 7 ans
01_Basic_operations.ipynb 04c2c3ee83 Fixes to the Titanic tutorial il y a 7 ans
02_Data_structures.ipynb 0d9a7cf773 Adding tutorial on data structures il y a 7 ans
03_Loading_and_merging.ipynb f18c73ac27 Adding loading and merging notebook (wip) il y a 7 ans
README.md fe099e6e06 Adding binder launch button to the README file il y a 7 ans
environment.yml bc79da1633 Adding README and conda environment setup il y a 7 ans

README.md

pandas tutorial

Materials for the pandas tutorial by @datapythonista.

Run online

Binder

Local 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