@@ -55,4 +55,61 @@ 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
+
59
+
60
+
61
+ Lessons for New Pandas Users
62
+ ----------------------------
63
+
64
+ For more resources, please visit the main `repository <https://bitbucket.org/hrojas/learn-pandas >`_.
65
+
66
+ * | `01 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/01%20-%20Lesson.ipynb >`_
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
75
+ * | `02 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/02%20-%20Lesson.ipynb >`_
76
+
77
+ * Reading from TXT
78
+ * Exporting to TXT
79
+ * Selecting top/bottom records
80
+ * Descriptive statistics
81
+ * Grouping/sorting data
82
+ * | `03 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/03%20-%20Lesson.ipynb >`_
83
+
84
+ * Creating functions
85
+ * Reading from EXCEL
86
+ * Exporting to EXCEL
87
+ * Outliers
88
+ * Lambda functions
89
+ * Slice and dice data
90
+ * | `04 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/04%20-%20Lesson.ipynb >`_
91
+
92
+ * Adding/deleting columns
93
+ * Index operations
94
+ * | `05 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/05%20-%20Lesson.ipynb >`_
95
+
96
+ * Stack/Unstack/Transpose functions
97
+ * | `06 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/06%20-%20Lesson.ipynb >`_
98
+
99
+ * GroupBy function
100
+ * | `07 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/07%20-%20Lesson.ipynb >`_
101
+
102
+ * Ways to calculate outliers
103
+ * | `08 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/08%20-%20Lesson.ipynb >`_
104
+
105
+ * Read from Microsoft SQL databases
106
+ * | `09 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/09%20-%20Lesson.ipynb >`_
107
+
108
+ * Export to CSV/EXCEL/TXT
109
+ * | `10 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/10%20-%20Lesson.ipynb >`_
110
+
111
+ * Converting between different kinds of formats
112
+ * | `11 - Lesson: <http://nbviewer.ipython.org/urls/bitbucket.org/hrojas/learn-pandas/raw/master/lessons/11%20-%20Lesson.ipynb >`_
113
+
114
+ * Combining data from various sources
58
115
0 commit comments