Keine Beschreibung

Marc Garcia 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren
data 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren
img f18c73ac27 Adding loading and merging notebook (wip) vor 7 Jahren
solutions 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren
.gitignore 9de6b351be Initial commit vor 7 Jahren
01_Basic_operations.ipynb 04c2c3ee83 Fixes to the Titanic tutorial vor 7 Jahren
02_Data_structures.ipynb 5dcd8f5ed8 Adding exercises to the data structures tutorial vor 7 Jahren
03_Page_views_wrangling.ipynb 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren
04_Page_views_eda.ipynb 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren
README.md fe099e6e06 Adding binder launch button to the README file vor 7 Jahren
environment.yml 108460edf0 Adding solutions to first page views tutorial vor 6 Jahren

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