Skip to main content

overwrite

Overwrites rows matching the given filter condition with the contents of the DataFrame in the output table.

Syntax

overwrite(condition)

Parameters

Parameter

Type

Description

condition

Column or str

The filter condition that identifies the rows to overwrite.

Returns

None