Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR09 batch 4 #29466

Merged
merged 17 commits into from
Nov 8, 2019
Merged
Prev Previous commit
Next Next commit
PR09 in pandas.util.hash_pandas_object
  • Loading branch information
HughKelley committed Nov 7, 2019
commit 22df300bc97b8b73584ec651f89044823b59ed8a
6 changes: 3 additions & 3 deletions pandas/core/util/hashing.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def hash_pandas_object(
Parameters
----------
index : bool, default True
include the index in the hash (if Series/DataFrame)
Include the index in the hash (if Series/DataFrame).
encoding : str, default 'utf8'
encoding for data & key when strings
Encoding for data & key when strings.
hash_key : str, default _default_hash_key
hash_key for string key to encode
Hash_key for string key to encode.
categorize : bool, default True
Whether to first categorize object arrays before hashing. This is more
efficient when the array contains duplicate values.
Expand Down