Skip to content

DOC: Fix formatting errors in pandas.api.extensions.ExtensionArray #28685

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

Closed
HughKelley opened this issue Sep 30, 2019 · 0 comments · Fixed by #28686
Closed

DOC: Fix formatting errors in pandas.api.extensions.ExtensionArray #28685

HughKelley opened this issue Sep 30, 2019 · 0 comments · Fixed by #28686

Comments

@HughKelley
Copy link
Contributor

HughKelley commented Sep 30, 2019

python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.view

python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.fillna

python scripts/validate_docstrings.py pandas.api.extensions.ExtensionArray.shift

Problem description

pandas.api.extensions.ExtensionArray.view: Parameter "dtype" description should finish with "."
pandas.api.extensions.ExtensionArray.view: Return value has no description

pandas.api.extensions.ExtensionArray.fillna: Parameter "method" description should finish with "."
pandas.api.extensions.ExtensionArray.fillna: The first line of the returns section should contain only the type, unless multiple values are being returned
pandas.api.extensions.ExtensionArray.fillna: Return value has no description

pandas.api.extensions.ExtensionArray.shift: Parameter "fill_value" description should finish with "."
pandas.api.extensions.ExtensionArray.shift: The first line of the returns section should contain only the type, unless multiple values are being returned
pandas.api.extensions.ExtensionArray.shift: Return value has no description


This is a subset of #27977  and #28602   
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 a pull request may close this issue.

1 participant