From 900ac8d2595ef5181f148227df992a79bcefb73d Mon Sep 17 00:00:00 2001 From: Roger Erens Date: Fri, 20 Mar 2020 15:53:13 +0100 Subject: [PATCH] Update 03_subset_data.rst IIUC, type() will report pandas.core.series.Series to me --- doc/source/getting_started/intro_tutorials/03_subset_data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/intro_tutorials/03_subset_data.rst b/doc/source/getting_started/intro_tutorials/03_subset_data.rst index 7a4347905ad8d..f328d7b05b5b6 100644 --- a/doc/source/getting_started/intro_tutorials/03_subset_data.rst +++ b/doc/source/getting_started/intro_tutorials/03_subset_data.rst @@ -88,7 +88,7 @@ name of the column of interest. Each column in a :class:`DataFrame` is a :class:`Series`. As a single column is -selected, the returned object is a pandas :class:`DataFrame`. We can verify this +selected, the returned object is a pandas :class:`Series`. We can verify this by checking the type of the output: .. ipython:: python