-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
PR06 doc string fixes #28946
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
simonjayhawkins
merged 49 commits into
pandas-dev:master
from
tolaa001:more_doc_contribution
Oct 13, 2019
Merged
PR06 doc string fixes #28946
Changes from 37 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
1229963
updated boolean to bool for api.extension.extensionarray methods
tolaa001 34db4a3
updating categorical.from codes args with type string to str and bool…
tolaa001 ad9e2ce
converting DatetimeLikeArrayMixin.value_count arg type from boolean t…
tolaa001 78d1853
converting methods in datetimelike module with string args to str
tolaa001 d0e9bd4
converting method arg types boolean to bool in integer.py
tolaa001 3b5347f
converting method arg types string to str in period.py
tolaa001 9b64f96
converting boolean to bool in docstring in cast.py
tolaa001 6fca012
converting boolean to bool in common.py
tolaa001 6535906
converting boolean to bool in concat.py
tolaa001 cd84668
converting string to str in dtypes.py
tolaa001 5828d24
converting boolean to bool in missing.py
tolaa001 26bbd72
Merge remote-tracking branch 'upstream/master' into more_doc_contribu…
tolaa001 1c33d6f
change to array-like of int
tolaa001 8b362d2
change to 'category' from the str 'category'
tolaa001 073e45f
changed / to ,
tolaa001 794e93c
Merge remote-tracking branch 'upstream/master' into more_doc_contribu…
tolaa001 a30457a
catrgorical fix
tolaa001 3ccd062
Merge remote-tracking branch 'upstream/master' into more_doc_contribu…
tolaa001 fb3690b
docstring fix for to_json method
tolaa001 90f04c9
docstring fix for unstack method
tolaa001 4cf387e
docstring fix for nunique method
tolaa001 e4bc525
docstring fix for indexer_at_time method
tolaa001 817b73d
docstring fix for sortlevel method
tolaa001 7f08a4b
docstring fix for to_frame method
tolaa001 3f8db1d
docstring fix for categoricalindex
tolaa001 8bdcddf
docstring fix for shift method
tolaa001 c535f45
docstring fix for eval method
tolaa001 9c43759
docstring fix for interval_rangemethod
tolaa001 452baf4
docstring fix for infer_freq method
tolaa001 46a83fc
docstring fix for to_numeric method
tolaa001 695350f
docstring fix for qcut method
tolaa001 f6f3606
docstring fix for readstata
tolaa001 ef33f1d
docstring fix for readstata
tolaa001 03f6a88
docstring fix for hdfstore.append
tolaa001 2836eae
docstring fix for read_sql
tolaa001 4e46f71
docstring fix for read_csv and read_table
tolaa001 724d887
docstring fix for read_json
tolaa001 6b3706b
eval.py docs updated
tolaa001 84edcb4
eval.py docs for engine updated
tolaa001 b3b9407
to_numeric.py docs updated
tolaa001 06559f7
append.py docs for append updated
tolaa001 79dfacb
append.py docs for dropna updated
tolaa001 dcf7515
stata.py docs updated
tolaa001 55ff790
pep8 fix
tolaa001 c110b5a
remove optional from eval.py docstring
tolaa001 466b179
updating docstring for qcut method
tolaa001 b9193f8
remove comma from read_json
tolaa001 4c391d6
updating docs for append method
tolaa001 754939c
Merge remote-tracking branch 'upstream/master' into more_doc_contribu…
tolaa001 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.