Skip to content

Commit 9947a99

Browse files
guipsamorajorisvandenbossche
authored andcommitted
DOC: Adding repository pandas_exercises to tutorials.rst (#14980)
* Adding repository pandas_exercises to tutorials.rst * Updated tutorial Exercises for New User based on instructions
1 parent 8a78a2d commit 9947a99

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/source/tutorials.rst

+27
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,33 @@ There are four sections covering selected topics as follows:
123123

124124
- `Time Series <http://wavedatalab.github.io/datawithpython/timeseries.html>`_
125125

126+
.. _tutorial-exercises-new-users:
127+
128+
Exercises for New Users
129+
-----------------------
130+
Practice your skills with real data sets and exercises.
131+
For more resources, please visit the main `repository <https://github.com/guipsamora/pandas_exercises>`_.
132+
133+
- `01 - Getting & Knowing Your Data <https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data>`_
134+
135+
- `02 - Filtering & Sorting <https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting>`_
136+
137+
- `03 - Grouping <https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping>`_
138+
139+
- `04 - Apply <https://github.com/guipsamora/pandas_exercises/tree/master/04_Apply>`_
140+
141+
- `05 - Merge <https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge>`_
142+
143+
- `06 - Stats <https://github.com/guipsamora/pandas_exercises/tree/master/06_Stats>`_
144+
145+
- `07 - Visualization <https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization>`_
146+
147+
- `08 - Creating Series and DataFrames <https://github.com/guipsamora/pandas_exercises/tree/master/08_Creating_Series_and_DataFrames/Pokemon>`_
148+
149+
- `09 - Time Series <https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series>`_
150+
151+
- `10 - Deleting <https://github.com/guipsamora/pandas_exercises/tree/master/10_Deleting>`_
152+
126153
.. _tutorial-modern:
127154

128155
Modern Pandas

0 commit comments

Comments
 (0)