-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Enhancement Add max_level param to json_normalize #26876
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
TomAugspurger
merged 77 commits into
pandas-dev:master
from
bhavaniravi:enhancement/max_level_to_json_normalize
Jul 3, 2019
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
cb53be7
ENH add max_level and ignore_keys configuration to nested_to_records
bhavaniravi 0972746
ENH extend max_level and ignore keys to
bhavaniravi 5a5c708
fix pep8 issues
bhavaniravi be7ec0e
add whatsnew to doc string
bhavaniravi a79e126
add testcase with large max_level
bhavaniravi cd12a23
add explation for flatten if condition
bhavaniravi d3b3503
update doc_string and built documentation
bhavaniravi 4ec60bc
fix json normalize records path issue
bhavaniravi e001264
Merge branch 'master' into enhanced_json_normalize
bhavaniravi 5c88339
Merge branch 'master' of git://github.com/pandas-dev/pandas into json…
bhavaniravi 55f7b1c
fix merge conflict
bhavaniravi 1af2bfc
fix testcase error
bhavaniravi 882a2ca
add nested flattening to json_normalize
bhavaniravi caba6db
fixed pep8 issues
bhavaniravi 4e22c69
fix merge conflict
bhavaniravi c2eff85
fix issues with doc string
bhavaniravi 247124f
modify test case to paramaetized
bhavaniravi ab15869
fix issues with pep8
bhavaniravi 26bf967
fix pep8 build fail
bhavaniravi fca2a27
fix testcase failure, inconsistent column order
bhavaniravi 7a58456
fix documentation issues
bhavaniravi f3d25e3
fix merge conflicts with upstream
bhavaniravi 7a1297d
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 177c750
fix testcase failure np.nan converted into str on line 328
bhavaniravi cb82bca
remove get_pip file
bhavaniravi 2a7b966
rename test func test_max_level_with_record_prefix
bhavaniravi 4635591
fix pep8 over-intended line
bhavaniravi 22fd84e
fix docstring formatting issues
bhavaniravi 2e407e3
convert to a fixture
bhavaniravi cf27cae
convert to inline data
bhavaniravi 124fbd9
fix docstring formatting issues
bhavaniravi 7b65999
fix docstring formatting issues
bhavaniravi 03d3d23
add github issue id to test case
bhavaniravi 8e61a04
fix pep8 flake issues
bhavaniravi b808d5a
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 0eaea30
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 837ba18
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 217d4ae
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi b2fc133
seperate ignore keys and max level implementation
bhavaniravi acf1137
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi ff30152
fix errors on validating doc strings
bhavaniravi fa2ecee
fix flake8 issues on test cases
bhavaniravi aed2db5
remove unwanted file
bhavaniravi f5dacd6
move fixture to the calling function
bhavaniravi 33e2504
fix pep8 issue
bhavaniravi 699d696
type annotated methods
bhavaniravi a91f27a
update docs based on review comments
bhavaniravi 0a04cdb
fix flake8 issue E252
bhavaniravi e4e586d
add issue id to testcases
bhavaniravi 62a35db
fix syntax issue with respect to typing in 3.5
bhavaniravi d113401
fix docstring and typing issue
bhavaniravi bfa62cf
fix typing linting issue
bhavaniravi 53b6bcb
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 2bc829b
updated typing from defaults to typing specific structures
bhavaniravi d6a7cc7
merged max_level testcases into a parametrized tests
bhavaniravi a69ad2b
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi b0133d2
fix documentation issue
bhavaniravi 1564d49
updated typing from defaults to typing specific structures
bhavaniravi 463adc7
move expected data as parameters of test
bhavaniravi bbf894a
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 775472e
checks fix and parameteize test case
bhavaniravi f8f550a
fix pep8 spacing issue
bhavaniravi 4ddf0cc
resolve merge conflict
bhavaniravi 9f2d356
fix import sort issue
bhavaniravi f3ff665
fix type checking and documentation error
bhavaniravi 20432ad
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 311b898
parametrize none test case, generalized typing
bhavaniravi 7850db7
Merge branch 'master' of git://github.com/pandas-dev/pandas into enha…
bhavaniravi 676c7f1
remove test.json
bhavaniravi e2796d4
split large_max_level test case into a seperate function
bhavaniravi 69a0d43
add doc string
bhavaniravi 3a80a4d
add docs to io.rst and whatsnew
bhavaniravi c288c2e
add missing import
bhavaniravi f96d8fb
fix typing issue and docs update
bhavaniravi 3ec85bf
fix typing check issues
bhavaniravi ba1d983
liniting issues fix in documentation
bhavaniravi 4b754a0
fix liniting issue
bhavaniravi 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
Oops, something went wrong.
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.