@@ -55,42 +55,42 @@ repository <http://github.com/jvns/pandas-cookbook>`_.
55
55
* | `Chapter 8: <http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/v0.1/cookbook/Chapter%208%20-%20How%20to%20deal%20with%20timestamps.ipynb >`_
56
56
Parsing Unix timestamps is confusing at first but it turns out
57
57
to be really easy.
58
-
58
+
59
59
60
60
61
61
Lessons for New Pandas Users
62
- ----------------------------
62
+ ----------------------------
63
63
64
64
For more resources, please visit the main `repository <https://bitbucket.org/hrojas/learn-pandas >`_.
65
65
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 >`_
67
67
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
75
75
* | `02 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/02%20-%20Lesson.ipynb >`_
76
76
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
82
82
* | `03 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/03%20-%20Lesson.ipynb >`_
83
83
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
90
90
* | `04 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/04%20-%20Lesson.ipynb >`_
91
91
92
- * Adding/deleting columns
93
- * Index operations
92
+ * Adding/deleting columns
93
+ * Index operations
94
94
* | `05 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/05%20-%20Lesson.ipynb >`_
95
95
96
96
* Stack/Unstack/Transpose functions
@@ -111,5 +111,4 @@ For more resources, please visit the main `repository <https://bitbucket.org/hro
111
111
* Converting between different kinds of formats
112
112
* | `11 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/11%20-%20Lesson.ipynb >`_
113
113
114
- * Combining data from various sources
115
-
114
+ * Combining data from various sources
0 commit comments