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
Copy file name to clipboardExpand all lines: doc/source/tutorials.rst
+15
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,21 @@ For more resources, please visit the main `repository <https://bitbucket.org/hro
109
109
- Combining data from various sources
110
110
111
111
112
+
Practical data analysis with Python
113
+
-----------------------------------
114
+
115
+
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.
116
+
There are four sections covering selected topics as follows:
117
+
118
+
- `Munging Data <http://wavedatalab.github.io/datawithpython/munge.html>`_
119
+
120
+
- `Aggregating Data <http://wavedatalab.github.io/datawithpython/aggregate.html>`_
121
+
122
+
- `Visualizing Data <http://wavedatalab.github.io/datawithpython/visualize.html>`_
123
+
124
+
- `Time Series <http://wavedatalab.github.io/datawithpython/timeseries.html>`_
0 commit comments