Skip to content
Prev Previous commit
Update pandas/core/frame.py
Co-authored-by: Irv Lustig <[email protected]>
  • Loading branch information
datapythonista and Dr-Irv authored Jun 28, 2025
commit 776e04c228a2476316ab15fb4a5a63fff917fbab
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ def to_iceberg(
engine : str, optional
The engine to use. Engines can be installed via third-party packages. For an
updated list of existing pandas I/O engines check the I/O engines section of
our Ecosystem page.
the pandas Ecosystem page.

See Also
--------
Expand Down
Loading