Skip to content

DOC: Adding repository pandas_exercises to tutorials.rst #14980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 2, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions doc/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,31 @@ There are four sections covering selected topics as follows:

.. _tutorial-modern:

Exercises for New Users
-----------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line needs to be the same length as the title.

add a ref-tag (e.g. like _tutorial-exercises-new-users) and move the modern one down.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, changes done.

Practice your skilss with real data sets and exercises.
For more resources, please visit the main `repository <https://github.com/guipsamora/pandas_exercises>`_.

- `01 - Getting & Knowing Your Data <https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data>`_

- `02 - Filtering & Sorting <https://github.com/guipsamora/pandas_exercises/tree/master/02_Filtering_%26_Sorting>`_

- `03 - Grouping<https://github.com/guipsamora/pandas_exercises/tree/master/03_Grouping>`_

- `04 - Apply <https://github.com/guipsamora/pandas_exercises/tree/master/04_Apply>`_

- `05 - Merge <https://github.com/guipsamora/pandas_exercises/tree/master/05_Merge>`_

- `06 - Stats <https://github.com/guipsamora/pandas_exercises/tree/master/06_Stats>`_

- `07 - Visualization <https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization>`_

- `08 - Creating Series and DataFrames <https://github.com/guipsamora/pandas_exercises/tree/master/08_Creating_Series_and_DataFrames/Pokemon>`_

- `09 - Time Series <https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series>`_

- `10 - Deleting <https://github.com/guipsamora/pandas_exercises/tree/master/10_Deleting>`_

Modern Pandas
-------------

Expand Down