Skip to content

Commit 0b1f141

Browse files
authored
DOC: Remove inconsistency with timestamp data in describe() method docs (#56937)
Remove inconsistency in describe() method docs
1 parent 7402f15 commit 0b1f141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11815,10 +11815,10 @@ def describe(
1181511815
upper percentile is ``75``. The ``50`` percentile is the
1181611816
same as the median.
1181711817
11818-
For object data (e.g. strings or timestamps), the result's index
11818+
For object data (e.g. strings), the result's index
1181911819
will include ``count``, ``unique``, ``top``, and ``freq``. The ``top``
1182011820
is the most common value. The ``freq`` is the most common value's
11821-
frequency. Timestamps also include the ``first`` and ``last`` items.
11821+
frequency.
1182211822
1182311823
If multiple object values have the highest count, then the
1182411824
``count`` and ``top`` results will be arbitrarily chosen from

0 commit comments

Comments
 (0)