From 45ecea1c64ed604213cc9a9bd7d8e93ea06f4a26 Mon Sep 17 00:00:00 2001
From: Mark Santcroos <m.a.santcroos@lumc.nl>
Date: Wed, 20 Sep 2017 05:38:48 +0200
Subject: [PATCH] Add pandas.

---
 README.md           |  3 ++-
 pandas/pandas.ipynb | 64 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 1 deletion(-)
 create mode 100644 pandas/pandas.ipynb

diff --git a/README.md b/README.md
index a677a9a..5ca3069 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Program and Materials
 |                 | 12-13 | [Jupyter Notebook][lesson_jpn]       | Mark     | 
 | Wednesday, 20/9 | 9-10  | Assignments review                  |          | 
 |                 | 10-11 | [Object-oriented programming](/uploads/183606d9b93de53a8262c51c9e32bc63/oop.pdf)         | Jonathan | 
-|                 | 11-12 | Data manipulation (NumPy, Pandas)   | Mark     | 
+|                 | 11-12 | [Data mangling with pandas][lesson_pandas]   | Mark     | 
 |                 | 12-13 | [Data visualisation (1)][lesson_dv_01] | Guy      | 
 | Thursday, 21/9  | 9-10  | Assignments review                  |          | 
 |                 | 10-11 | [Data visualisation (2)][lesson_dv_02]          | Guy      | 
@@ -70,6 +70,7 @@ Assignments
 [lesson_dv_01]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/visualization/DataVisualization1.ipynb 
 [lesson_dv_02]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/visualization/DataVisualization2.ipynb 
 [lesson_jpn]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/jupyter/05_jupyter.ipynb
+[lesson_pandas]: http://nbviewer.ipython.org/urls/git.lumc.nl/courses/programming-course/raw/master/pandas/pandas.ipynb 
 
 Software installation
 ---------------------
diff --git a/pandas/pandas.ipynb b/pandas/pandas.ipynb
new file mode 100644
index 0000000..6e48739
--- /dev/null
+++ b/pandas/pandas.ipynb
@@ -0,0 +1,64 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "u'/Users/mark'"
+      ]
+     },
+     "execution_count": 1,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%pwd"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.13"
+  },
+  "nav_menu": {},
+  "toc": {
+   "navigate_menu": true,
+   "number_sections": true,
+   "sideBar": true,
+   "threshold": 6,
+   "toc_cell": false,
+   "toc_section_display": "block",
+   "toc_window_display": false
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
-- 
GitLab