We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246d17 commit fd728e0Copy full SHA for fd728e0
pandas/core/frame.py
@@ -3555,7 +3555,7 @@ def to_iceberg(
3555
catalog_properties: dict[str, Any] | None = None,
3556
location: str | None = None,
3557
snapshot_properties: dict[str, str] | None = None,
3558
- ):
+ ) -> None:
3559
"""
3560
Write a DataFrame to an Apache Iceberg table.
3561
@@ -3574,10 +3574,6 @@ def to_iceberg(
3574
snapshot_properties : dict of {str: str}, optional
3575
Custom properties to be added to the snapshot summary
3576
3577
- Returns
3578
- -------
3579
- None
3580
-
3581
See Also
3582
--------
3583
read_iceberg : Read an Apache Iceberg table.
0 commit comments