Sen descrición

Marc Garcia 5bd2c0b507 Fixing EDA tutorial solution %!s(int64=6) %!d(string=hai) anos
data 9b8d62db52 Adding tasks to perform to new tutorials %!s(int64=6) %!d(string=hai) anos
img 9b8d62db52 Adding tasks to perform to new tutorials %!s(int64=6) %!d(string=hai) anos
solutions 5bd2c0b507 Fixing EDA tutorial solution %!s(int64=6) %!d(string=hai) anos
.gitignore 9de6b351be Initial commit %!s(int64=7) %!d(string=hai) anos
01_Basic_operations.ipynb 04c2c3ee83 Fixes to the Titanic tutorial %!s(int64=7) %!d(string=hai) anos
02_Data_structures.ipynb 5dcd8f5ed8 Adding exercises to the data structures tutorial %!s(int64=7) %!d(string=hai) anos
03_Docstring_errors_wrangling.ipynb 9b8d62db52 Adding tasks to perform to new tutorials %!s(int64=6) %!d(string=hai) anos
04_Page_views_wrangling.ipynb 9b8d62db52 Adding tasks to perform to new tutorials %!s(int64=6) %!d(string=hai) anos
05_Page_views_eda.ipynb 5bd2c0b507 Fixing EDA tutorial solution %!s(int64=6) %!d(string=hai) anos
README.md fe099e6e06 Adding binder launch button to the README file %!s(int64=7) %!d(string=hai) anos
environment.yml 108460edf0 Adding solutions to first page views tutorial %!s(int64=6) %!d(string=hai) anos

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