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 c69d026 commit b265ad5Copy full SHA for b265ad5
pandas/core/strings/accessor.py
@@ -3560,8 +3560,8 @@ def casefold(self):
3560
dtype: bool
3561
3562
For a string to be considered numeric, all its characters must have a Unicode
3563
- numeric property. As a consequence, the following cases are **not** recognized
3564
- as numeric:
+ numeric property matching :py:meth:`str.is_numeric`. As a consequence,
+ the following cases are **not** recognized as numeric:
3565
3566
- **Decimal numbers** (e.g., "1.1"): due to period ``"."``
3567
- **Negative numbers** (e.g., "-5"): due to minus sign ``"-"``
0 commit comments