-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Implement to_iceberg #61507
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
base: main
Are you sure you want to change the base?
ENH: Implement to_iceberg #61507
Conversation
""" | ||
Write a DataFrame to an Apache Iceberg table. | ||
|
||
.. versionadded:: 3.0.0 |
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.
Could you add an experimental tag to this API as well like we did with read_iceberg
?
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.
Absolutely, I forgot about that. Added it now. I also expanded the user guide docs of iceberg with to_iceberg
, which I also had forgotten. Thanks for the review and the feedback!
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.