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 e4ab354 commit 2e21e1aCopy full SHA for 2e21e1a
pandas/core/indexes/base.py
@@ -2226,7 +2226,7 @@ def is_boolean(self) -> bool:
2226
is_integer : Check if the Index only consists of integers (deprecated).
2227
is_floating : Check if the Index is a floating type (deprecated).
2228
is_numeric : Check if the Index only consists of numeric data.
2229
- is_object : Check if the Index is of the object dtype. (deprecated)
+ is_object : Check if the Index is of the object dtype (deprecated).
2230
is_categorical : Check if the Index holds categorical data.
2231
is_interval : Check if the Index holds Interval objects (deprecated).
2232
0 commit comments