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 9cbc962 commit 756b4ccCopy full SHA for 756b4cc
pandas/core/strings/accessor.py
@@ -3562,9 +3562,6 @@ def casefold(self):
3562
Series.str.isupper : Check whether all characters are uppercase.
3563
Series.str.istitle : Check whether all characters are titlecase.
3564
3565
- Similar to ``str.isdecimal`` but also includes special digits, like
3566
- superscripted and subscripted digits in unicode.
3567
-
3568
Examples
3569
--------
3570
Similar to ``str.isdecimal`` but also includes special digits, like
0 commit comments