You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix New York longitude sign in partial overwrite example (#3403)
## Summary
- correct the New York longitude in the partial overwrite docs example
- update the rendered output snippet to keep the example internally
consistent
Closes#3402
If the PyIceberg table is partitioned, you can use `tbl.dynamic_partition_overwrite(df)` to replace the existing partitions with new ones provided in the dataframe. The partitions to be replaced are detected automatically from the provided arrow table.
0 commit comments