Skip to content

Commit fd728e0

Browse files
typing of to_iceberg
1 parent 4246d17 commit fd728e0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3555,7 +3555,7 @@ def to_iceberg(
35553555
catalog_properties: dict[str, Any] | None = None,
35563556
location: str | None = None,
35573557
snapshot_properties: dict[str, str] | None = None,
3558-
):
3558+
) -> None:
35593559
"""
35603560
Write a DataFrame to an Apache Iceberg table.
35613561
@@ -3574,10 +3574,6 @@ def to_iceberg(
35743574
snapshot_properties : dict of {str: str}, optional
35753575
Custom properties to be added to the snapshot summary
35763576
3577-
Returns
3578-
-------
3579-
None
3580-
35813577
See Also
35823578
--------
35833579
read_iceberg : Read an Apache Iceberg table.

0 commit comments

Comments
 (0)