We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1071a6a commit 379251bCopy full SHA for 379251b
pandas/core/indexes/base.py
@@ -2258,7 +2258,7 @@ def is_boolean(self) -> bool:
2258
is_integer : Check if the Index only consists of integers (deprecated).
2259
is_floating : Check if the Index is a floating type (deprecated).
2260
is_numeric : Check if the Index only consists of numeric data.
2261
- is_object : Check if the Index is of the object dtype. (deprecated)
+ is_object : Check if the Index is of the object dtype (deprecated).
2262
is_categorical : Check if the Index holds categorical data.
2263
is_interval : Check if the Index holds Interval objects (deprecated).
2264
0 commit comments