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 cfde2e8 commit 604e57dCopy full SHA for 604e57d
pandas/tools/hashing.py
@@ -78,7 +78,7 @@ def hash_array(vals):
78
79
# we want to stringify
80
# then apply a consistent hashing scheme
81
- vals = _hash.hash_object_array(vals, 'foo')
+ vals = _hash.hash_object_array(vals, '0123456789123456')
82
83
# Then, redistribute these 64-bit ints within the space of 64-bit ints
84
vals ^= vals >> 30
0 commit comments