File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,3 @@ class Grouping:
72
72
def result_index (self ) -> Index : ...
73
73
@cache_readonly
74
74
def group_index (self ) -> Index : ...
75
- @cache_readonly
76
- def groups (self ) -> dict [Hashable , np .ndarray ]: ...
Original file line number Diff line number Diff line change @@ -309,14 +309,6 @@ class Index(IndexOpsMixin[S1]):
309
309
def is_unique (self ) -> bool : ...
310
310
@property
311
311
def has_duplicates (self ) -> bool : ...
312
- def is_boolean (self ) -> bool : ...
313
- def is_integer (self ) -> bool : ...
314
- def is_floating (self ) -> bool : ...
315
- def is_numeric (self ) -> bool : ...
316
- def is_object (self ) -> bool : ...
317
- def is_categorical (self ) -> bool : ...
318
- def is_interval (self ) -> bool : ...
319
- def holds_integer (self ): ...
320
312
@property
321
313
def inferred_type (self ) -> _str : ...
322
314
def __reduce__ (self ): ...
Original file line number Diff line number Diff line change @@ -14,6 +14,5 @@ def read_parquet(
14
14
engine : ParquetEngine = ...,
15
15
columns : list [str ] | None = ...,
16
16
storage_options : StorageOptions = ...,
17
- use_nullable_dtypes : bool = ...,
18
17
** kwargs : Any ,
19
18
) -> DataFrame : ...
You can’t perform that action at this time.
0 commit comments