From 498ec49f6c91d0fe7763a30ad86e9201fbf19e98 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Fri, 25 Jun 2021 18:54:48 -0400 Subject: [PATCH] Add pandas-workshop community tutorial. --- doc/source/getting_started/tutorials.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/getting_started/tutorials.rst b/doc/source/getting_started/tutorials.rst index b8940d2efed2f..a349251bdfca6 100644 --- a/doc/source/getting_started/tutorials.rst +++ b/doc/source/getting_started/tutorials.rst @@ -18,6 +18,19 @@ entails. For the table of contents, see the `pandas-cookbook GitHub repository `_. +pandas workshop by Stefanie Molin +--------------------------------- + +An introductory workshop by `Stefanie Molin `_ +designed to quickly get you up to speed with pandas using real-world datasets. +It covers getting started with pandas, data wrangling, and data visualization +(with some exposure to matplotlib and seaborn). The +`pandas-workshop GitHub repository `_ +features detailed environment setup instructions (including a Binder environment), +slides and notebooks for following along, and exercises to practice the concepts. +There is also a lab with new exercises on a dataset not covered in the workshop for +additional practice. + Learn pandas by Hernan Rojas ----------------------------