Skip to main content

replace (DataFrameWriterV2)

Replaces an existing table with the contents of the DataFrame. The existing table's schema, partition layout, properties, and other configuration are replaced with the contents of the DataFrame and the configuration set on this writer.

Syntax

replace()

Returns

None

On this page