diff --git a/doc/source/tutorials.rst b/doc/source/tutorials.rst index 6a1b288e10d38..caa6f0bb58aa2 100644 --- a/doc/source/tutorials.rst +++ b/doc/source/tutorials.rst @@ -108,3 +108,20 @@ For more resources, please visit the main `repository `_ * Combining data from various sources + + +Excel charts with pandas, vincent and xlsxwriter +------------------------------------------------ + +* `Using Pandas and XlsxWriter to create Excel charts `_ + +Various Tutorials +----------------- + +* `Wes McKinney's (Pandas BDFL) blog `_ +* `Statistical analysis made easy in Python with SciPy and pandas DataFrames, by Randal Olson `_ +* `Statistical Data Analysis in Python, tutorial videos, by Christopher Fonnesbeck from SciPy 2013 `_ +* `Financial analysis in python, by Thomas Wiecki `_ +* `Intro to pandas data structures, by Greg Reda `_ +* `Pandas and Python: Top 10, by Manish Amde `_ +* `Pandas Tutorial, by Mikhail Semeniuk `_