Skip to main content

create

Creates a new table from the contents of the DataFrame. The new table's schema, partition layout, properties, and other configuration are based on the configuration set on this writer.

Syntax

create()

Returns

None

On this page