@@ -2270,7 +2270,7 @@ def is_integer(self) -> bool:
2270
2270
is_boolean : Check if the Index only consists of booleans (deprecated).
2271
2271
is_floating : Check if the Index is a floating type (deprecated).
2272
2272
is_numeric : Check if the Index only consists of numeric data.
2273
- is_object : Check if the Index is of the object dtype. (deprecated)
2273
+ is_object : Check if the Index is of the object dtype. (deprecated).
2274
2274
is_categorical : Check if the Index holds categorical data (deprecated).
2275
2275
is_interval : Check if the Index holds Interval objects (deprecated).
2276
2276
@@ -2318,7 +2318,7 @@ def is_floating(self) -> bool:
2318
2318
is_boolean : Check if the Index only consists of booleans (deprecated).
2319
2319
is_integer : Check if the Index only consists of integers (deprecated).
2320
2320
is_numeric : Check if the Index only consists of numeric data.
2321
- is_object : Check if the Index is of the object dtype. (deprecated)
2321
+ is_object : Check if the Index is of the object dtype. (deprecated).
2322
2322
is_categorical : Check if the Index holds categorical data (deprecated).
2323
2323
is_interval : Check if the Index holds Interval objects (deprecated).
2324
2324
@@ -2363,7 +2363,7 @@ def is_numeric(self) -> bool:
2363
2363
is_boolean : Check if the Index only consists of booleans (deprecated).
2364
2364
is_integer : Check if the Index only consists of integers (deprecated).
2365
2365
is_floating : Check if the Index is a floating type (deprecated).
2366
- is_object : Check if the Index is of the object dtype. (deprecated)
2366
+ is_object : Check if the Index is of the object dtype. (deprecated).
2367
2367
is_categorical : Check if the Index holds categorical data (deprecated).
2368
2368
is_interval : Check if the Index holds Interval objects (deprecated).
2369
2369
@@ -2513,7 +2513,7 @@ def is_interval(self) -> bool:
2513
2513
is_integer : Check if the Index only consists of integers (deprecated).
2514
2514
is_floating : Check if the Index is a floating type (deprecated).
2515
2515
is_numeric : Check if the Index only consists of numeric data.
2516
- is_object : Check if the Index is of the object dtype. (deprecated)
2516
+ is_object : Check if the Index is of the object dtype. (deprecated).
2517
2517
is_categorical : Check if the Index holds categorical data (deprecated).
2518
2518
2519
2519
Examples
0 commit comments