We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b2442 commit 3448d76Copy full SHA for 3448d76
doc/source/user_guide/text.rst
@@ -618,3 +618,4 @@ Method Summary
618
:meth:`~Series.str.istitle`;Equivalent to ``str.istitle``
619
:meth:`~Series.str.isnumeric`;Equivalent to ``str.isnumeric``
620
:meth:`~Series.str.isdecimal`;Equivalent to ``str.isdecimal``
621
+ :meth:`~Series.str.casefold`;Equivalent to ``str.casefold``
0 commit comments