-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: add fsspec support #34266
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
jorisvandenbossche
merged 39 commits into
pandas-dev:master
from
martindurant:feature/add-fsspec-support
Jun 23, 2020
Merged
ENH: add fsspec support #34266
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
94e717f
Add remote file io using fsspec.
fd7e072
Attempt refactor and clean
302ba13
Merge branch 'master' into feature/add-fsspec-support
9e6d3b2
readd and adapt s3/gcs tests
4564c8d
remove gc from test
0654537
Simpler is_fsspec
8d45cbb
add test
006e736
Answered most points
724ebd8
Implemented suggestions
9da1689
lint
a595411
Add versions info
6dd1e92
Update some deps
6e13df7
issue link syntax
3262063
More specific test versions
4bc2411
Account for alternate S3 protocols, and ignore type error
68644ab
Add comment to mypy ignore insrtuction
32bc586
more mypy
037ef2c
more black
c3c3075
Make storage_options a dict rather than swallowing kwargs
85d6452
More requested changes
263dd3b
Remove fsspec from locale tests
d0afbc3
tweak
6a587a5
Merge branch 'master' into feature/add-fsspec-support
b2992c1
Merge branch 'master' into feature/add-fsspec-support
9c03745
requested changes
7982e7b
add gcsfs to environment.yml
946297b
rerun deps script
145306e
Merge branch 'master' into feature/add-fsspec-support
06e5a3a
account for passed filesystem again
8f3854c
specify should_close
50c08c8
lint
9b20dc6
Except http passed to fsspec in parquet
eb90fe8
lint
b3e2cd2
Merge branch 'master' into feature/add-fsspec-support
4977a00
redo whatsnew
29a9785
simplify parquet write
565031b
Retry S3 file probe with timeout, in test_to_s3
606ce11
expand user in non-fsspec paths for parquet; add test for this
60b80a6
reorder imports!
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ dependencies: | |
- pytables | ||
- python-dateutil | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- xarray | ||
- xlrd | ||
|
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
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 was deleted.
Oops, something went wrong.
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.