We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b176dcd commit ccb90d6Copy full SHA for ccb90d6
doc/source/getting_started/intro_tutorials/01_table_oriented.rst
@@ -176,7 +176,7 @@ these are by default not taken into account by the :func:`~DataFrame.describe` m
176
177
Many pandas operations return a ``DataFrame`` or a ``Series``. The
178
:func:`~DataFrame.describe` method is an example of a pandas operation returning a
179
-pandas ``Series``.
+pandas ``Series`` or a pandas ``DataFrame``.
180
181
.. raw:: html
182
0 commit comments