From 3d5240f6d7e9223a3fdf296f820d519e2a4f7312 Mon Sep 17 00:00:00 2001 From: Bharat123rox Date: Sun, 18 Apr 2021 11:21:23 +0530 Subject: [PATCH 1/2] DOC: Improve describe() documentation --- .../getting_started/intro_tutorials/01_table_oriented.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst index e8e0fef271a74..4c00aad7b0624 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/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 Many pandas operations return a ``DataFrame`` or a ``Series``. The :func:`~DataFrame.describe` method is an example of a pandas operation returning a -pandas ``Series``. +pandas ``Series`` (one numerical column) or a pandas ``DataFrame`` (many numerical columns). .. raw:: html From 59d422943631b288a926fec6f5cc4227ed841213 Mon Sep 17 00:00:00 2001 From: Bharat123rox Date: Mon, 19 Apr 2021 09:37:02 +0530 Subject: [PATCH 2/2] DOC: Remove Column References --- .../getting_started/intro_tutorials/01_table_oriented.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst b/doc/source/getting_started/intro_tutorials/01_table_oriented.rst index 4c00aad7b0624..2dcc8b0abe3b8 100644 --- a/doc/source/getting_started/intro_tutorials/01_table_oriented.rst +++ b/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 Many pandas operations return a ``DataFrame`` or a ``Series``. The :func:`~DataFrame.describe` method is an example of a pandas operation returning a -pandas ``Series`` (one numerical column) or a pandas ``DataFrame`` (many numerical columns). +pandas ``Series`` or a pandas ``DataFrame``. .. raw:: html