Write a DataFrame to an Apache Iceberg table.
Added in version 3.0.0.
Warning
to_iceberg is experimental and may change without warning.
Table identifier.
The name of the catalog.
The properties that are used next to the catalog configuration.
Location for the table.
If True
, append data to the table, instead of replacing the content.
Custom properties to be added to the snapshot summary
Examples
>>> df = pd.DataFrame(data={"col1": [1, 2], "col2": [4, 3]}) >>> df.to_iceberg("my_table", catalog_name="my_catalog")
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4