Skip to content

Conversation

EliotGreenhalgh123
Copy link

  • partially addresses DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063.
  • Passed python scripts/validate_docstrings.py pandas.util.hash_pandas_object (No changes to code, no additional tests)
  • All [code checks passed]
  • Added [type annotations] NA: no new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file. NA: no new feature or bug fix.

-Description: fixed PR07, SA01 docstring validation errors for pandas.util.hash_pandas_object

@@ -94,6 +94,8 @@ def hash_pandas_object(
Parameters
----------
obj : Index, Series, or DataFrame
The pandas object to hash. This can be a single-dimensional Index or Series,
or a multi-dimensional DataFrame.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the second sentence is unnecessary here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants