We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c42834 commit 347b616Copy full SHA for 347b616
doc/source/api.rst
@@ -603,7 +603,7 @@ strings and apply several methods to it. These can be acccessed like
603
604
..
605
The following is needed to ensure the generated pages are created with the
606
- 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)
607
608
609
.. autosummary::
@@ -613,6 +613,10 @@ strings and apply several methods to it. These can be acccessed like
613
Series.str
614
Series.cat
615
Series.dt
616
+ Index.str
617
+ CategoricalIndex.str
618
+ DatetimeIndex.str
619
+ TimedeltaIndex.str
620
621
622
.. _api.categorical:
0 commit comments