Skip to content

Commit e44d52d

Browse files
davidy-p
david
authored and
y-p
committed
DOC: tutorials
1 parent 65b9815 commit e44d52d

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

doc/source/tutorials.rst

+57
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,61 @@ 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+
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
58115

0 commit comments

Comments
 (0)