-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
read_json engine keyword and pyarrow integration #49249
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 30 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6aa72ca
ENH: Add engine keyword to read_json to enable reading from pyarrow #…
abkosar c248b84
moved argument to the end of signature, fixed elifs
abkosar 91b81cf
Adding finally
abkosar 9020663
Updated the _make_engine try-finally block
abkosar 0388c4e
Fixing merge conflicts
abkosar 6911791
Merge branch 'main' into main
abkosar 5ecd3e0
Merge branch 'pandas-dev:main' into main
abkosar c660395
Refactored pyarrow engine code
abkosar 54570ca
Merge branch 'pandas-dev:main' into main
abkosar eb709e7
Refactored pyarrow implementation to inline
abkosar 0a9c841
Merge branch 'pandas-dev:main' into main
abkosar 7eccd83
Small refactors
abkosar 986d8cb
Merge branch 'pandas-dev:main' into main
abkosar b4409bb
Fixing double lines
abkosar 0467fe8
Merge branch 'pandas-dev:main' into main
abkosar 569ab9b
Merge branch 'pandas-dev:main' into main
abkosar 4dc9adc
Merge branch 'pandas-dev:main' into main
abkosar 38bc7db
- Added the logic for skipping test if pyarrow is not installed.
abkosar bed15df
Added else statement to conftest engine
abkosar a29e96a
Merge branch 'main' into main
abkosar cdfd747
- removed xfail decorators
abkosar c70c0b4
Merge branch 'main' into test-fixes
abkosar fe2b3ef
Merge branch 'main' into main
abkosar 228ca64
Merge branch 'main' into main
abkosar d1acc94
Merge branch 'pandas-dev:main' into main
abkosar 0885f07
Merge remote-tracking branch 'upstream/main' into abkosar/main
mroeschke ab7af44
add whatsnew, address comments
mroeschke c9cde9e
Merge remote-tracking branch 'upstream/main' into abkosar/main
mroeschke 8c96553
address review
mroeschke 9cbf598
Add note about param
mroeschke c59310b
Add test with lines=false
mroeschke 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
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.