-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Deprecate Aliases as orient Argument in DataFrame.to_dict #32516
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 32 commits into
pandas-dev:master
from
elmonsomiat:feature/to_dict_orient
Mar 14, 2020
Merged
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3cf3ed9
updated to dict function and tests involved
elmonsomiat 2e783e0
rolled back to python_env in yaml file
elmonsomiat dcc4c2e
added space between lines
elmonsomiat b755897
added space between lines
elmonsomiat dc1207b
documented tests0
elmonsomiat 1a78f3c
formated to black
elmonsomiat 0e5a874
Merge branch 'master' of github.com:pandas-dev/pandas into feature/to…
elmonsomiat 43d702c
added whats new
elmonsomiat e52a3b2
removed line from doc whats new
elmonsomiat ad5afa5
added comment on other enhancements to test the ci docs
elmonsomiat f161803
removed changes from docs
elmonsomiat a2edef1
reset whatsnew file
elmonsomiat e069a60
added orient lower back
elmonsomiat 7075467
added deprecation warning and rolled back to accepting short versions…
elmonsomiat fb7de33
updated black formatting
elmonsomiat 4164a87
removed full orient strings to return warning"
elmonsomiat c598b32
removed deprecation warning test
elmonsomiat 7b9e90f
added whatsnew for deprecation
elmonsomiat 3d6efa5
pulled master to get whatsnew changes
elmonsomiat 6e117ee
added deprecation warning test
elmonsomiat 36f9561
added deprecation warning test
elmonsomiat a17765e
removed whatsnew
elmonsomiat 9619403
added --again-- whatsnew
elmonsomiat fa43f06
added back whatsnew
elmonsomiat d0bc7dc
changed deprecation warning for future warning
elmonsomiat 9e3daba
updated test name
elmonsomiat d1b9c50
rolled back to original ValueError test for .to_dict
elmonsomiat 9557349
updated whatsnew
elmonsomiat dcc9d43
moved mapping of strings inside if statements
elmonsomiat 228b71e
Merge branch 'master' of github.com:pandas-dev/pandas into feature/to…
elmonsomiat beb1f32
Merge branch 'feature/to_dict_orient' of github.com:elmonsomiat/panda…
elmonsomiat 4173ce6
remvoed unused contains upper
elmonsomiat 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
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.
@MomIsBestFriend I cannot see why the doc CI are failing with this added line. Not sure if this what's new info had to be added in some other place or I am not supposed to add this myself 🤔 Any ideas?
(btw, just checked and it works fine on my local machine)
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.
@elmonsomiat I am not sure why the docs are failing, maybe try to merge master?
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.
it looks like there are too many lines in this section (I tried adding my comment on another section within the same file and it works). Adding this new line breaks it. Not sure if it's OK to leave it as it is, without chaning the whatsnew file!