We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf40991 commit 32ace13Copy full SHA for 32ace13
doc/source/api.rst
@@ -611,7 +611,7 @@ strings and apply several methods to it. These can be acccessed like
611
612
..
613
The following is needed to ensure the generated pages are created with the
614
- correct template (otherwise they would be created in the Series class page)
+ correct template (otherwise they would be created in the Series/Index class page)
615
616
617
.. autosummary::
@@ -621,6 +621,10 @@ strings and apply several methods to it. These can be acccessed like
621
Series.str
622
Series.cat
623
Series.dt
624
+ Index.str
625
+ CategoricalIndex.str
626
+ DatetimeIndex.str
627
+ TimedeltaIndex.str
628
629
630
.. _api.categorical:
0 commit comments