Skip to content

Commit 66c4727

Browse files
committed
adding IntpHashTable to hashtable.pyi
1 parent 92e9c53 commit 66c4727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/hashtable.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class UInt16HashTable(HashTable): ...
197197
class UInt8HashTable(HashTable): ...
198198
class StringHashTable(HashTable): ...
199199
class PyObjectHashTable(HashTable): ...
200+
class IntpHashTable(HashTable): ...
200201

201202
def duplicated_int64(
202203
values: np.ndarray, # const int64_t[:] values

0 commit comments

Comments
 (0)