You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are links to the v0.2 release. For an up-to-date table of contents, see the `pandas-cookbook GitHub
30
-
repository <http://github.com/jvns/pandas-cookbook>`_. To run the examples in this tutorial, you'll need to
31
-
clone the GitHub repository and get IPython Notebook running.
32
-
See `How to use this cookbook <https://github.com/jvns/pandas-cookbook#how-to-use-this-cookbook>`_.
33
-
34
-
* `A quick tour of the IPython Notebook: <http://nbviewer.jupyter.org/github/jvns/pandas-cookbook/blob/v0.2/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb>`_
35
-
Shows off IPython's awesome tab completion and magic functions.
A set of lesson for new pandas users: `https://bitbucket.org/hrojas/learn-pandas>`__.
118
35
119
36
Practical data analysis with Python
120
37
-----------------------------------
121
38
122
-
This `guide <http://wavedatalab.github.io/datawithpython>`_ is a comprehensive introduction to the data analysis process using the Python data ecosystem and an interesting open dataset.
123
-
There are four sections covering selected topics as follows:
124
-
125
-
* `Munging Data <http://wavedatalab.github.io/datawithpython/munge.html>`_
126
-
127
-
* `Aggregating Data <http://wavedatalab.github.io/datawithpython/aggregate.html>`_
128
-
129
-
* `Visualizing Data <http://wavedatalab.github.io/datawithpython/visualize.html>`_
130
-
131
-
* `Time Series <http://wavedatalab.github.io/datawithpython/timeseries.html>`_
39
+
This `guide <http://wavedatalab.github.io/datawithpython>`_ is an introduction to the data analysis process using the Python data ecosystem and an interesting open dataset.
40
+
There are four sections covering selected topics as `munging data <http://wavedatalab.github.io/datawithpython/munge.html>`__,
41
+
`aggregating data <http://wavedatalab.github.io/datawithpython/aggregate.html>`_, `visualizing data <http://wavedatalab.github.io/datawithpython/visualize.html>`_
42
+
and `time series <http://wavedatalab.github.io/datawithpython/timeseries.html>`_.
132
43
133
44
.. _tutorial-exercises-new-users:
134
45
@@ -137,25 +48,6 @@ Exercises for new users
137
48
Practice your skills with real data sets and exercises.
138
49
For more resources, please visit the main `repository <https://github.com/guipsamora/pandas_exercises>`__.
139
50
140
-
* `01 - Getting & Knowing Your Data <https://github.com/guipsamora/pandas_exercises/tree/master/01_Getting_%26_Knowing_Your_Data>`_
* `08 - Creating Series and DataFrames <https://github.com/guipsamora/pandas_exercises/tree/master/08_Creating_Series_and_DataFrames/Pokemon>`_
155
-
156
-
* `09 - Time Series <https://github.com/guipsamora/pandas_exercises/tree/master/09_Time_Series>`_
0 commit comments