From 17518545a60132026fbace990ce77989cd838982 Mon Sep 17 00:00:00 2001 From: Guilherme Samora Date: Sat, 24 Dec 2016 17:24:05 -0200 Subject: [PATCH 1/2] Adding repository pandas_exercises to tutorials.rst --- doc/source/tutorials.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index c25e734a046b2..fa95dfc993cfe 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -125,6 +125,31 @@ There are four sections covering selected topics as follows: .. _tutorial-modern: +Exercises for New Users +----------------------------------- +Practice your skilss with real data sets and exercises. +For more resources, please visit the main `repository `_. + +- `01 - Getting & Knowing Your Data `_ + +- `02 - Filtering & Sorting `_ + +- `03 - Grouping`_ + +- `04 - Apply `_ + +- `05 - Merge `_ + +- `06 - Stats `_ + +- `07 - Visualization `_ + +- `08 - Creating Series and DataFrames `_ + +- `09 - Time Series `_ + +- `10 - Deleting `_ + Modern Pandas ------------- From 6985079f3c083e860e7cc938c07d00001a7e3fae Mon Sep 17 00:00:00 2001 From: Guilherme Samora Date: Mon, 26 Dec 2016 16:57:50 -0200 Subject: [PATCH 2/2] Updated tutorial Exercises for New User based on instructions --- doc/source/tutorials.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index fa95dfc993cfe..5ff4e955a9ed2 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -123,18 +123,18 @@ There are four sections covering selected topics as follows: - `Time Series `_ -.. _tutorial-modern: +.. _tutorial-exercises-new-users: Exercises for New Users ------------------------------------ -Practice your skilss with real data sets and exercises. +----------------------- +Practice your skills with real data sets and exercises. For more resources, please visit the main `repository `_. - `01 - Getting & Knowing Your Data `_ - `02 - Filtering & Sorting `_ -- `03 - Grouping`_ +- `03 - Grouping `_ - `04 - Apply `_ @@ -150,6 +150,8 @@ For more resources, please visit the main `repository `_ +.. _tutorial-modern: + Modern Pandas -------------