Skip to content

Commit 23d3835

Browse files
Tom AugspurgerTomAugspurger
Tom Augspurger
authored andcommitted
DOC: Add tutorial link
1 parent 3ff5af0 commit 23d3835

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/source/tutorials.rst

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

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

126+
.. _tutorial-modern:
127+
128+
Modern Pandas
129+
-------------
130+
131+
- `Modern Pandas <http://tomaugspurger.github.io/modern-1.html>`_
132+
- `Method Chaining <http://tomaugspurger.github.io/method-chaining.html>`_
133+
- `Indexes <http://tomaugspurger.github.io/modern-3-indexes.html>`_
134+
- `Performance <http://tomaugspurger.github.io/modern-4-performance.html>`_
135+
- `Tidy Data <http://tomaugspurger.github.io/modern-5-tidy.html>`_
136+
- `Visualization <http://tomaugspurger.github.io/modern-6-visualization.html>`_
126137

127138
Excel charts with pandas, vincent and xlsxwriter
128139
------------------------------------------------

doc/source/whatsnew/v0.18.1.txt

+2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ Other Enhancements
238238

239239
- ``pd.crosstab()`` has gained a ``normalize`` argument for normalizing frequency tables (:issue:`12569`). Examples in the updated docs :ref:`here <reshaping.crosstabulations>`.
240240
- ``.resample(..).interpolate()`` is now supported (:issue:`12925`)
241+
- Expanded the Tutorials :ref:`documentation <tutorial-modern>` with another `series`_ (:issue:`13045`).
241242

243+
.. _series: http://tomaugspurger.github.io/modern-1.html
242244

243245
.. _whatsnew_0181.sparse:
244246

0 commit comments

Comments
 (0)