-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Preserve key order when passing list of dicts to DataFrame on py 3.6+ #27309
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
Merged
Changes from 41 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
afa72b4
ENH: Support new case of implied column ordering in Dataframe()
pilkibun 8a4113c
Safer
pilkibun 408ad8b
Restrict to Index case
pilkibun b732096
Fix tests
pilkibun be57fd9
Style
pilkibun 717716b
Fix test
pilkibun e9d4989
rename
pilkibun 63adbfe
Restrict to PY37
pilkibun 0ed89ff
Style
pilkibun 0a48016
Restrict to PY36
pilkibun 4b73536
Work around fake test failure on PY35
pilkibun eb64d31
Style
pilkibun b5db0bc
fix test
pilkibun 76d7d54
ENH: treat dict like OrderedDict for PY36+ in dataframe constructor
pilkibun 4571e16
Restore frame.py
pilkibun 71f3c79
restore test_normalize.py
pilkibun a3987e7
Skip some json tests on Py35
pilkibun e72b666
fix test
pilkibun 104c2a7
black
pilkibun e8c27e5
clean isinstance check
pilkibun b38f65a
messages
pilkibun 32e5b00
Update test after behavior change
pilkibun 864a116
Ignore column order on py35
pilkibun 9cb4362
clean
pilkibun 355979e
fix
pilkibun 887f201
fix
pilkibun d65a085
whatsnew
pilkibun 2e82473
fix issue ref
pilkibun 21ec5a7
fix header type of unrelated issue
pilkibun 51ff714
whatsnew
pilkibun 92d83ea
checks
pilkibun 85da582
Update pandas/tests/indexing/test_indexing.py
4f9228c
Update pandas/tests/indexing/test_indexing.py
61d833a
Update doc/source/whatsnew/v0.25.0.rst
79346de
Update doc/source/whatsnew/v0.25.0.rst
ddcce3e
remove comment
pilkibun 2f22ec9
Checks
pilkibun 3dcacd2
Add import
pilkibun c28e2fd
CI
pilkibun 4d52802
fix tests
pilkibun 5371de5
CI
pilkibun 9afdec3
whatsnew
pilkibun e1f5f6b
comment
pilkibun b8d8e28
whatsnew
pilkibun 807e341
comment
pilkibun 209c922
checks
pilkibun e3dfa45
docstring
pilkibun e0749fe
whatsnew
pilkibun 4f815cd
doc comments
jorisvandenbossche 60236e5
typo
pilkibun f4e6309
whatsnew
pilkibun 10024c1
document parameters
pilkibun 0d194f1
remove wrong description
pilkibun 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
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.