pyspark.sql.DataFrameWriterV2.overwrite

DataFrameWriterV2.overwrite(condition: pyspark.sql.column.Column) → None[source]

Overwrite rows matching the given filter condition with the contents of the data frame in the output table.

New in version 3.1.