We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7402f15 commit 0b1f141Copy full SHA for 0b1f141
pandas/core/generic.py
@@ -11815,10 +11815,10 @@ def describe(
11815
upper percentile is ``75``. The ``50`` percentile is the
11816
same as the median.
11817
11818
- For object data (e.g. strings or timestamps), the result's index
+ For object data (e.g. strings), the result's index
11819
will include ``count``, ``unique``, ``top``, and ``freq``. The ``top``
11820
is the most common value. The ``freq`` is the most common value's
11821
- frequency. Timestamps also include the ``first`` and ``last`` items.
+ frequency.
11822
11823
If multiple object values have the highest count, then the
11824
``count`` and ``top`` results will be arbitrarily chosen from
0 commit comments