-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[WIP] ENH: add Pyarrow csv engine #38370
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
Closed
Closed
Changes from 60 commits
Commits
Show all changes
119 commits
Select commit
Hold shift + click to select a range
f22ff46
add arrow engine to read_csv
lithomas1 8ae43e4
fix failing test
lithomas1 09074df
formatting and revert unnecessary change
lithomas1 6be276d
remove bloat and more formatting changes
lithomas1 df4fa7e
Whatsnew
lithomas1 9cd9a6f
Merge remote-tracking branch 'upstream/master' into add-arrow-engine
lithomas1 ecaf3fd
Get tests up and running
lithomas1 b3c3287
Some fixes
lithomas1 474baf4
Add asvs and xfail some tests
lithomas1 2cd9937
address comments
lithomas1 48ff255
Merge branch 'master' into add-arrow-engine
lithomas1 3d15a56
fix typo
lithomas1 c969373
Merge branch 'add-arrow-engine' of github-other.com:lithomas1/pandas …
lithomas1 98aa134
some fixes
lithomas1 b9c6d2c
Fix bug
lithomas1 67c5db6
Fix merge conflicts
lithomas1 7f891a6
New benchmark and fix more tests
lithomas1 11fc737
Merge branch 'master' into add-arrow-engine
lithomas1 23425f7
More cleanups
lithomas1 d9b7a1f
Merge master
lithomas1 b8adf3c
Merge branch 'add-arrow-engine' of github-other.com:lithomas1/pandas …
lithomas1 01c0394
Formatting fixes and typo correction
lithomas1 ba5620f
skip pyarrow tests if not installed
lithomas1 2570c82
Address comments
lithomas1 b3a1f66
Get some more tests to pass
lithomas1 d46ceed
Fix some bugs and cleanups
lithomas1 d67925c
Merge branch 'master' into add-arrow-engine
lithomas1 6378459
Perform version checks for submodule imports too
lithomas1 9d64882
Refresh with newer pyarrow
lithomas1 852ecf9
Merge branch 'master' into add-arrow-engine
lithomas1 93382b4
Start xfailing tests
lithomas1 f1bb4e2
Get all tests to run & some fixes
lithomas1 14c13ab
Merge branch 'master' into add-arrow-engine
lithomas1 7876b4e
Lint and CI
lithomas1 4426642
Merge branch 'master' into add-arrow-engine
lithomas1 008acab
parse_dates support and fixups of some tests
lithomas1 2dddae7
Date parsing fixes and address comments
lithomas1 261ef6a
Merge branch 'master' into add-arrow-engine
lithomas1 88e200a
Clean/Address comments/Update docs
lithomas1 bf063ab
Merge branch 'master' into add-arrow-engine
lithomas1 ede2799
Fix typo
lithomas1 e8eff08
Fix doc failures
lithomas1 87cfcf5
Merge remote-tracking branch 'upstream/master' into add-arrow-engine
simonjayhawkins 55139ee
wip
simonjayhawkins c1aeecf
more xfails and skips
simonjayhawkins 62fc9d6
Merge branch 'master' into add-arrow-engine
lithomas1 b53a620
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f13113d
Fix typos
lithomas1 f9ce2e4
Doc fixes and more typo fixes
lithomas1 4158d6a
Green?
lithomas1 d34e75f
Merge branch 'master' into add-arrow-engine
lithomas1 6a37695
merge master
arw2019 10be581
xfail tests
arw2019 fcc7e04
xfail test
arw2019 d7959a1
fix import
arw2019 e37d126
xfail tests
arw2019 3bc4775
skip tests
arw2019 7097bcb
merge
arw2019 17a502d
skip tests
arw2019 e27d7ef
C408 failure
arw2019 4e638e9
skip tests
arw2019 4f7ebd0
simplify import_optional_dependency code
arw2019 69b3b42
move whatsnew to 1.3
arw2019 9d5cf24
clean _get_options_with_defaults
arw2019 2d4a0aa
clean _clean_options
arw2019 e46b95d
clean _read
arw2019 1844a6c
extract kwd validation from __init__
arw2019 94178e4
revert mistaken refactor
arw2019 13a2488
typing
arw2019 a98cffd
REF: ArrowParserWrapper.read
arw2019 a32e3a5
REF: ArrowParserWrapper.read
arw2019 89416cc
remove optional dependency code
arw2019 a1bd010
Merge branch 'master' of https://github.com/pandas-dev/pandas into GH…
arw2019 9687990
REF: ArrowParserWrapper.read
arw2019 98f2061
REF: ArrowParserWrapper.read
arw2019 ec01fad
REF: ArrowParserWrapper.read
arw2019 7b9572b
rewrite docs
arw2019 6773a71
rewrite docs
arw2019 d63f5d0
remove datetime hadling
arw2019 9ff95ad
skiprows cannot be None
arw2019 6133a4c
REF: ArrowParserWrapper.read
arw2019 454892f
REF: ArrowParserWrapper.read
arw2019 e050394
skip all pyarrow csv datetime tests
arw2019 09fca60
rewrite benchmarks
arw2019 7aa5378
merge master
arw2019 ac3cf7d
merge master
arw2019 f9bf5f1
typo
arw2019 922bf4f
typo
arw2019 1252a05
test reorg
arw2019 0af7291
test reorg
arw2019 361aab6
test reorg
arw2019 75de071
test reorg
arw2019 a1dfcb2
test reorg
arw2019 2433170
test reorg
arw2019 1a9f185
test reorg
arw2019 16d37db
test reorg
arw2019 e124df0
pyarrow_xfail->pyarrow_skip
arw2019 75d099b
merge master
arw2019 fe253ba
pyarrow_xfail->pyarrow_skip
arw2019 72c7c44
pyarrow_xfail->pyarrow_skip
arw2019 2671007
xfail more tests
arw2019 73ca5d4
xfail more tests
arw2019 0666042
merge master
arw2019 639ca28
update refactoredt tests
arw2019 1994fad
float precision tests
arw2019 566f1b4
TST/REF: io/parsers/test_common.py
arw2019 cd9b300
TST/REF: io/parsers/test_common.py
arw2019 4a7dc0f
TST/REF: io/parsers/test_common.py
arw2019 3b24fe7
TST/REF: io/parsers/test_common.py
arw2019 c33bf46
TST/REF: io/parsers/test_common.py
arw2019 dc9530b
TST/REF: io/parsers/test_common.py
arw2019 d83b2e0
TST/REF: io/parsers/test_common.py
arw2019 6205bed
TST/REF: io/parsers/test_common.py
arw2019 c4b3bb7
TST/REF: io/parsers/test_common.py
arw2019 a77b33e
TST/REF: io/parsers/test_common.py
arw2019 04c8d21
TST/REF: io/parsers/test_common.py
arw2019 8bb6959
TST/REF: io/parsers/test_common.py
arw2019 d9478d6
TST/REF: remove test_common.py
arw2019 565f71f
merge master
arw2019 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
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.
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.
versionadded 1.3