We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af32b91 commit fe151e0Copy full SHA for fe151e0
pandas/core/indexes/base.py
@@ -2492,7 +2492,7 @@ def is_categorical(self) -> bool:
2492
is_integer : Check if the Index only consists of integers (deprecated).
2493
is_floating : Check if the Index is a floating type (deprecated).
2494
is_numeric : Check if the Index only consists of numeric data.
2495
- is_object : Check if the Index is of the object dtype. (deprecated)
+ is_object : Check if the Index is of the object dtype. (deprecated).
2496
is_interval : Check if the Index holds Interval objects (deprecated).
2497
2498
Examples
0 commit comments