Skip to content

Commit 8d96556

Browse files
bharatr21yeshsurya
authored andcommitted
DOC: Improve describe() documentation (pandas-dev#41012)
* DOC: Improve describe() documentation * DOC: Remove Column References
1 parent d432635 commit 8d96556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ these are by default not taken into account by the :func:`~DataFrame.describe` m
176176

177177
Many pandas operations return a ``DataFrame`` or a ``Series``. The
178178
:func:`~DataFrame.describe` method is an example of a pandas operation returning a
179-
pandas ``Series``.
179+
pandas ``Series`` or a pandas ``DataFrame``.
180180

181181
.. raw:: html
182182

0 commit comments

Comments
 (0)