File tree 2 files changed +7
-1
lines changed
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
288
288
-i " pandas.Timestamp.value GL08" \
289
289
-i " pandas.Timestamp.weekday SA01" \
290
290
-i " pandas.Timestamp.year GL08" \
291
- -i " pandas.api.extensions.ExtensionArray._hash_pandas_object RT03,SA01" \
292
291
-i " pandas.api.extensions.ExtensionArray._pad_or_backfill PR01,RT03,SA01" \
293
292
-i " pandas.api.extensions.ExtensionArray._reduce RT03,SA01" \
294
293
-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(
2033
2033
Returns
2034
2034
-------
2035
2035
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.
2036
2043
2037
2044
Examples
2038
2045
--------
You can’t perform that action at this time.
0 commit comments