-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Rt05 documentation error fix issue 25108 #25309
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
Merged
WillAyd merged 30 commits into pandas-dev:master from zangell44:RT05_documentation_error_fix_issue_25108 Feb 14, 2019
Merged
Changes from 1 commit
Commits
Show all changes
30 commits Select commit Hold shift + click to select a range
777fe4c pandas.plotting.bootstrap_plot doc updated
zangell44 a595cac generic aggregate docstring updated
zangell44 507d21e generic clip method docstring updated
zangell44 950f272 pandas.series.unique docstring update
zangell44 ba5120f generic align docstring updated
zangell44 3cd359f generic interpolate docstring updated
zangell44 0266006 generic asof docstric update
zangell44 86456dd pandas.tseries.frequencies.to_offset return docstring fix
zangell44 a86736b pandas.Index.reindex return docstring fix
zangell44 7d57782 indexes/base.py return docstring updates
zangell44 b47b886 indexes/multi.py return docstring updates
zangell44 63f0468 DataFrame.get_ftype_counts and DataFrame.get_values return docstring …
zangell44 8d4c6b4 pandas plotting area and boxplot method return docstring updates
zangell44 a15ec00 pandas.Panel set_value major_xs minor_xs methods return docstring upd…
zangell44 01a7b19 pandas.Categorical.array return docstring update
zangell44 998f649 pandas.unique return docstring update
zangell44 77bd88e pandas.wide_to_long return docstring update
zangell44 b090af1 pandas.to_numeric return docstring update
zangell44 20adfce pandas.core.window kurt return docstring updated
zangell44 0514c6f pandas.io.formats.style.Styler.render return docstring fix
zangell44 0038a73 strftime return statement docstring fix
zangell44 021ede4 series.set_value return statement docstring fix
zangell44 f3a5248 DataFrame.set_value return statement docstring fix
zangell44 421bab7 pandas.core.Series.unique return docstring update, moved extended des…
zangell44 24b20a3 pandas.plotting._core.box_plot return docstring udpated, extended ret…
zangell44 ae87624 code_checks.sh script updated to include RT05 errors in docstring
zangell44 8b3d251 updated code check CI script to actually check for RT05 errors this t…
zangell44 6b3ed7b pandas.plotting._core.box_plot docstring minor formatting edits
zangell44 dd242ea pandas.core.Series.unique trailing period removed from Notes portion …
zangell44 83e120f Merge remote-tracking branch 'upstream/master' into RT05_documentatio…
zangell44 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pandas.core.Series.unique return docstring update, moved extended des…
…cription to Notes
- Loading branch information
commit 421bab7d0e751069b735c0db41b7ce7060e6cd4e
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this "works" but seems hacky and rather long for a return. Can you move some of this into a
Notessection instead?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, I put the basic return documentation in the Return section. Everything else moved to a new Notes section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but can remove trailing period now