@@ -2302,7 +2302,7 @@ def is_integer(self) -> bool:
2302
2302
is_boolean : Check if the Index only consists of booleans (deprecated).
2303
2303
is_floating : Check if the Index is a floating type (deprecated).
2304
2304
is_numeric : Check if the Index only consists of numeric data.
2305
- is_object : Check if the Index is of the object dtype. (deprecated)
2305
+ is_object : Check if the Index is of the object dtype. (deprecated).
2306
2306
is_categorical : Check if the Index holds categorical data (deprecated).
2307
2307
is_interval : Check if the Index holds Interval objects (deprecated).
2308
2308
@@ -2350,7 +2350,7 @@ def is_floating(self) -> bool:
2350
2350
is_boolean : Check if the Index only consists of booleans (deprecated).
2351
2351
is_integer : Check if the Index only consists of integers (deprecated).
2352
2352
is_numeric : Check if the Index only consists of numeric data.
2353
- is_object : Check if the Index is of the object dtype. (deprecated)
2353
+ is_object : Check if the Index is of the object dtype. (deprecated).
2354
2354
is_categorical : Check if the Index holds categorical data (deprecated).
2355
2355
is_interval : Check if the Index holds Interval objects (deprecated).
2356
2356
@@ -2395,7 +2395,7 @@ def is_numeric(self) -> bool:
2395
2395
is_boolean : Check if the Index only consists of booleans (deprecated).
2396
2396
is_integer : Check if the Index only consists of integers (deprecated).
2397
2397
is_floating : Check if the Index is a floating type (deprecated).
2398
- is_object : Check if the Index is of the object dtype. (deprecated)
2398
+ is_object : Check if the Index is of the object dtype. (deprecated).
2399
2399
is_categorical : Check if the Index holds categorical data (deprecated).
2400
2400
is_interval : Check if the Index holds Interval objects (deprecated).
2401
2401
@@ -2545,7 +2545,7 @@ def is_interval(self) -> bool:
2545
2545
is_integer : Check if the Index only consists of integers (deprecated).
2546
2546
is_floating : Check if the Index is a floating type (deprecated).
2547
2547
is_numeric : Check if the Index only consists of numeric data.
2548
- is_object : Check if the Index is of the object dtype. (deprecated)
2548
+ is_object : Check if the Index is of the object dtype. (deprecated).
2549
2549
is_categorical : Check if the Index holds categorical data (deprecated).
2550
2550
2551
2551
Examples
0 commit comments