We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869e2cb commit 71d1257Copy full SHA for 71d1257
doc/source/getting_started/intro_tutorials/03_subset_data.rst
@@ -88,7 +88,7 @@ name of the column of interest.
88
</ul>
89
90
Each column in a :class:`DataFrame` is a :class:`Series`. As a single column is
91
-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
92
by checking the type of the output:
93
94
.. ipython:: python
0 commit comments