diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index 7c1d1e345d273..e92798ea17448 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -123,6 +123,17 @@ There are four sections covering selected topics as follows: - `Time Series `_ +.. _tutorial-modern: + +Modern Pandas +------------- + +- `Modern Pandas `_ +- `Method Chaining `_ +- `Indexes `_ +- `Performance `_ +- `Tidy Data `_ +- `Visualization `_ Excel charts with pandas, vincent and xlsxwriter ------------------------------------------------ diff --git a/doc/source/whatsnew/v0.18.1.txt b/doc/source/whatsnew/v0.18.1.txt index 2aea2572f142b..9fc49de22d45d 100644 --- a/doc/source/whatsnew/v0.18.1.txt +++ b/doc/source/whatsnew/v0.18.1.txt @@ -238,7 +238,9 @@ Other Enhancements - ``pd.crosstab()`` has gained a ``normalize`` argument for normalizing frequency tables (:issue:`12569`). Examples in the updated docs :ref:`here `. - ``.resample(..).interpolate()`` is now supported (:issue:`12925`) +- Expanded the Tutorials :ref:`documentation ` with another `series`_ (:issue:`13045`). +.. _series: http://tomaugspurger.github.io/modern-1.html .. _whatsnew_0181.sparse: