@@ -55,42 +55,42 @@ repository <http://github.com/jvns/pandas-cookbook>`_.
5555* | `Chapter 8: <http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/v0.1/cookbook/Chapter%208%20-%20How%20to%20deal%20with%20timestamps.ipynb >`_
5656 Parsing Unix timestamps is confusing at first but it turns out
5757 to be really easy.
58-
58+
5959
6060
6161Lessons for New Pandas Users
62- ----------------------------
62+ ----------------------------
6363
6464For more resources, please visit the main `repository <https://bitbucket.org/hrojas/learn-pandas >`_.
6565
66- * | `01 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/01%20-%20Lesson.ipynb >`_
66+ * | `01 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/01%20-%20Lesson.ipynb >`_
6767
68- * Importing libraries
69- * Creating data sets
70- * Creating data frames
71- * Reading from CSV
72- * Exporting to CSV
73- * Finding maximums
74- * Plotting data
68+ * Importing libraries
69+ * Creating data sets
70+ * Creating data frames
71+ * Reading from CSV
72+ * Exporting to CSV
73+ * Finding maximums
74+ * Plotting data
7575* | `02 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/02%20-%20Lesson.ipynb >`_
7676
77- * Reading from TXT
78- * Exporting to TXT
79- * Selecting top/bottom records
80- * Descriptive statistics
81- * Grouping/sorting data
77+ * Reading from TXT
78+ * Exporting to TXT
79+ * Selecting top/bottom records
80+ * Descriptive statistics
81+ * Grouping/sorting data
8282* | `03 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/03%20-%20Lesson.ipynb >`_
8383
84- * Creating functions
85- * Reading from EXCEL
86- * Exporting to EXCEL
87- * Outliers
88- * Lambda functions
89- * Slice and dice data
84+ * Creating functions
85+ * Reading from EXCEL
86+ * Exporting to EXCEL
87+ * Outliers
88+ * Lambda functions
89+ * Slice and dice data
9090* | `04 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/04%20-%20Lesson.ipynb >`_
9191
92- * Adding/deleting columns
93- * Index operations
92+ * Adding/deleting columns
93+ * Index operations
9494* | `05 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/05%20-%20Lesson.ipynb >`_
9595
9696 * Stack/Unstack/Transpose functions
@@ -111,5 +111,4 @@ For more resources, please visit the main `repository <https://bitbucket.org/hro
111111 * Converting between different kinds of formats
112112* | `11 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/11%20-%20Lesson.ipynb >`_
113113
114- * Combining data from various sources
115-
114+ * Combining data from various sources
0 commit comments