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 54b8f29 commit 323036bCopy full SHA for 323036b
pandas/_libs/hashing.pyx
@@ -91,6 +91,8 @@ def hash_object_array(
91
hash(val)
92
data = <bytes>str(val).encode(encoding)
93
else:
94
+ free(vecs)
95
+ free(lens)
96
raise TypeError(
97
f"{val} of type {type(val)} is not a valid type for hashing, "
98
"must be string or null"
0 commit comments