Skip to content

Commit dce620a

Browse files
authored
DOC: Remove old tutorials (#65405)
1 parent 819a0a0 commit dce620a

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

doc/source/getting_started/tutorials.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@ entails.
4040
For the table of contents, see the `pandas-cookbook GitHub
4141
repository <https://github.com/jvns/pandas-cookbook>`_.
4242

43-
pandas workshop by Stefanie Molin
44-
---------------------------------
45-
46-
An introductory workshop by `Stefanie Molin <https://github.com/stefmolin>`_
47-
designed to quickly get you up to speed with pandas using real-world datasets.
48-
It covers getting started with pandas, data wrangling, and data visualization
49-
(with some exposure to matplotlib and seaborn). The
50-
`pandas-workshop GitHub repository <https://github.com/stefmolin/pandas-workshop>`_
51-
features detailed environment setup instructions (including a Binder environment),
52-
slides and notebooks for following along, and exercises to practice the concepts.
53-
There is also a lab with new exercises on a dataset not covered in the workshop for
54-
additional practice.
55-
5643
Learn pandas by Hernan Rojas
5744
----------------------------
5845

@@ -92,11 +79,6 @@ The source may be found in the GitHub repository
9279
* `Visualization <https://tomaugspurger.github.io/modern-6-visualization.html>`_
9380
* `Timeseries <https://tomaugspurger.github.io/modern-7-timeseries.html>`_
9481

95-
Excel charts with pandas, vincent and xlsxwriter
96-
------------------------------------------------
97-
98-
* `Using Pandas and XlsxWriter to create Excel charts <https://pandas-xlsxwriter-charts.readthedocs.io/>`_
99-
10082
Joyful pandas
10183
-------------
10284

@@ -110,12 +92,6 @@ All the datasets and related materials can be found in the GitHub repository
11092
Video tutorials
11193
---------------
11294

113-
* `Pandas From The Ground Up <https://www.youtube.com/watch?v=5JnMutdy6Fw>`_
114-
(2015) (2:24)
115-
`GitHub repo <https://github.com/brandon-rhodes/pycon-pandas-tutorial>`__
116-
* `Introduction Into Pandas <https://www.youtube.com/watch?v=-NR-ynQg0YM>`_
117-
(2016) (1:28)
118-
`GitHub repo <https://github.com/chendaniely/2016-pydata-carolinas-pandas>`__
11995
* `Pandas: .head() to .tail() <https://www.youtube.com/watch?v=7vuO9QXDN50>`_
12096
(2016) (1:26)
12197
`GitHub repo <https://github.com/TomAugspurger/pydata-chi-h2t>`__
@@ -133,10 +109,6 @@ Various tutorials
133109
-----------------
134110

135111
* `Wes McKinney's (pandas BDFL) blog <https://wesmckinney.com/archives.html>`_
136-
* `Statistical analysis made easy in Python with SciPy and pandas DataFrames, by Randal Olson <http://www.randalolson.com/2012/08/06/statistical-analysis-made-easy-in-python/>`_
137-
* `Statistical Data Analysis in Python, tutorial by Christopher Fonnesbeck from SciPy 2013 <https://github.com/fonnesbeck/statistical-analysis-python-tutorial>`_
138-
* `Financial analysis in Python, by Thomas Wiecki <https://nbviewer.org/github/twiecki/financial-analysis-python-tutorial/blob/master/1.%20Pandas%20Basics.ipynb>`_
139-
* `Intro to pandas data structures, by Greg Reda <http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/>`_
140112
* `Pandas DataFrames Tutorial, by Karlijn Willems <https://www.datacamp.com/community/tutorials/pandas-tutorial-dataframe-python>`_
141113
* `A concise tutorial with real life examples <https://tutswiki.com/pandas-cookbook/chapter1/>`_
142114
* `430+ Searchable Pandas recipes by Isshin Inada <https://skytowner.com/explore/pandas_recipes_reference>`_

0 commit comments

Comments
 (0)