-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Add nrows to read json. #33962
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
jreback
merged 31 commits into
pandas-dev:master
from
hasnain2808:add-nrows-to-read-json
Jun 4, 2020
Merged
Add nrows to read json. #33962
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
15d1d1e
ENH Add nrow parameter for line delimited json for read_json #33916
hasnain2808 fc4993f
ENH solve linting via black8 for Add nrow parameter for line delimite…
hasnain2808 028d398
optimized list indexing and type hints added
hasnain2808 8765192
solved errors related to typing of args and linting issues
hasnain2808 ca9c3e0
use an iterator to slice strings
hasnain2808 b355f9c
Update pandas/io/json/_json.py fixed typo
hasnain2808 74e9c2b
fixed errors with nrows iterators
hasnain2808 237010e
remove print statements
hasnain2808 b0b0d69
refactor nrows for json files to use a simpler regular expression
hasnain2808 0a6717a
remove debug lines
hasnain2808 db50e92
add test check if ValueError is raised if nrows is set and lines in n…
hasnain2808 3b139b3
refactor to use generators better
hasnain2808 00a474d
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
hasnain2808 730d6d8
Add related issue number and comments for tests
hasnain2808 b6a9499
use StringIO iterator for nrows as used in chunks
hasnain2808 8c830b4
add asv benchmarks for nrows in read_json
hasnain2808 5c55339
add benchmarks to read a single chunk
hasnain2808 d19309a
chunksize 1,100,10000 benchmarks
hasnain2808 dec797e
remove wrong benchmarks
hasnain2808 91e0b94
remove wrong benchmarks
hasnain2808 c010399
add whatsnew and remove unwanted benchmarks
hasnain2808 2355fc5
remove conflict
hasnain2808 2648c3d
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
hasnain2808 7fcf3db
add whatsnew for nrows
hasnain2808 9e667a1
solve doc error
hasnain2808 cb3de4d
remove merge conflict lines
hasnain2808 d14ff45
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
hasnain2808 2ce74db
added the conflicting line back
hasnain2808 133aef9
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
hasnain2808 b3ee647
Merge remote-tracking branch 'upstream/master' into add-nrows-to-read…
hasnain2808 b9a3ebd
Merge branch 'master' of https://github.com/pandas-dev/pandas into ad…
hasnain2808 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
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.