File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
288288 -i " pandas.Timestamp.value GL08" \
289289 -i " pandas.Timestamp.weekday SA01" \
290290 -i " pandas.Timestamp.year GL08" \
291- -i " pandas.api.extensions.ExtensionArray._hash_pandas_object RT03,SA01" \
292291 -i " pandas.api.extensions.ExtensionArray._pad_or_backfill PR01,RT03,SA01" \
293292 -i " pandas.api.extensions.ExtensionArray._reduce RT03,SA01" \
294293 -i " pandas.api.extensions.ExtensionArray._values_for_factorize SA01" \
Original file line number Diff line number Diff line change @@ -2033,6 +2033,13 @@ def _hash_pandas_object(
20332033 Returns
20342034 -------
20352035 np.ndarray[uint64]
2036+ An array of hashed values.
2037+
2038+ See Also
2039+ --------
2040+ api.extensions.ExtensionArray._values_for_factorize : Return an array and
2041+ missing value suitable for factorization.
2042+ util.hash_array : Given a 1d array, return an array of hashed values.
20362043
20372044 Examples
20382045 --------
You can’t perform that action at this time.
0 commit comments