-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Implement pandas.read_iceberg #61383
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
+396
−37
Merged
Changes from 29 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
aa59971
ENH: Implement pandas.read_iceberg
datapythonista 9ef8e4e
Typo in API index
datapythonista 34792c9
Run iceberg tests
datapythonista c1b2426
Fix docstring example
datapythonista 6081bfb
Fixes to the docstring
datapythonista 91370db
Creating catalog dynamically
datapythonista ecf40ff
Fixing tests
datapythonista 8c1e4dc
Adding debug info
datapythonista ee61079
Making pyiceberg tests run in a single cpu
datapythonista 2debd5f
Debugging CI problems
datapythonista e593977
Bump pyiceberg version to 0.8.1
datapythonista 24c0ceb
Revert "Bump pyiceberg version to 0.8.1"
datapythonista 5fc738e
Commenting debugging information
datapythonista 4953745
Bump minimum version to 0.7.1
datapythonista 17d73e8
Removing debug code
datapythonista 5f07a49
Allowing older version of gcsfs
datapythonista 32add5f
Allowing an older version of s3fs
datapythonista 3b0d7ee
Allowing an older version of fsspec
datapythonista 7018c11
adding pyiceberg to requirements
datapythonista 75c24d6
empty
datapythonista 9c343a5
pre-commit
datapythonista 9cd2d5c
Updating gcsfs minimum version
datapythonista 301e988
Print difference in validation of minimum versions
datapythonista 15f6397
Fix diff print
datapythonista f973e61
Fix bug when showing diff
datapythonista 9110f2c
Merge remote-tracking branch 'upstream/main' into read_iceberg
datapythonista c13ce5b
debug validate min versions
datapythonista bc4d689
Updating new CI deps, reverting validate min versions script changes
datapythonista 735c48c
Reverting test data to working version
datapythonista 761b92e
Making read_iceberg experimental
datapythonista c25536c
Merge from main
datapythonista 0a2e9ea
Using fixture for catalog
datapythonista 2ef6343
Fix tests after using fixture
datapythonista 7dd054b
Remove unneeded list when defining single cpu pytest mark
datapythonista 74a1e65
whatsnew entry
datapythonista 6917b30
Merge branch 'read_iceberg' of github.com:datapythonista/pandas into …
datapythonista dd0b5e4
Merge branch 'main' into read_iceberg
datapythonista 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
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.
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.