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

Fix IntervalArray docstrings with missing period in the summary #135

Closed
datapythonista opened this issue Aug 18, 2019 · 7 comments
Closed
Assignees
Labels

Comments

@datapythonista
Copy link
Member

Same as #132, but for other docstrings:

pandas.arrays.IntervalArray.left: Summary does not end with a period
pandas.arrays.IntervalArray.right: Summary does not end with a period
pandas.arrays.IntervalArray.closed: Summary does not end with a period
pandas.arrays.IntervalArray.mid: Summary does not end with a period
pandas.arrays.IntervalArray.length: Summary does not end with a period
pandas.arrays.IntervalArray.is_non_overlapping_monotonic: Summary does not end with a period
pandas.arrays.IntervalArray.from_tuples: Summary does not end with a period
pandas.arrays.IntervalArray.set_closed: Summary does not end with a period
pandas.arrays.IntervalArray.to_tuples: Summary does not end with a period
@sparalic
Copy link
Member

@datapythonista I will take up this one

@sparalic sparalic self-assigned this Aug 20, 2019
@sparalic
Copy link
Member

@datapythonista it's complete.

@datapythonista
Copy link
Member Author

great, thanks, you can close this issue once the PR is merged.

@sparalic
Copy link
Member

will do!

@datapythonista
Copy link
Member Author

@sparalic you can also check this notebook that @TanyaaCJain created: https://github.com/python-sprints/pandas-mentoring/blob/master/notebooks/docstring_error_frequency.ipynb

The histogram at the end are all errors that we can help fix. We are now working on SS03, one of the somehow small bars. :)

@sparalic
Copy link
Member

@datapythonista great, I will look for others as well.

@sparalic
Copy link
Member

closed, merged in pandas #28043

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

No branches or pull requests

2 participants