We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3e2d2 commit b727d6cCopy full SHA for b727d6c
pandas/core/indexes/base.py
@@ -2460,7 +2460,7 @@ def is_categorical(self) -> bool:
2460
is_integer : Check if the Index only consists of integers (deprecated).
2461
is_floating : Check if the Index is a floating type (deprecated).
2462
is_numeric : Check if the Index only consists of numeric data.
2463
- is_object : Check if the Index is of the object dtype. (deprecated)
+ is_object : Check if the Index is of the object dtype. (deprecated).
2464
is_interval : Check if the Index holds Interval objects (deprecated).
2465
2466
Examples
0 commit comments