pytd.writer.Writer

class pytd.writer.Writer[source]
__init__() None[source]

Methods

__init__()

close()

from_string(writer, **kwargs)

write_dataframe(dataframe, table, if_exists)

Attributes

closed

__init__() None[source]
property closed: bool
abstractmethod write_dataframe(dataframe: DataFrame, table: Table, if_exists: Literal['error', 'overwrite', 'append', 'ignore']) None[source]
close() None[source]
static from_string(writer: Literal['bulk_import', 'insert_into', 'spark'], **kwargs: Any) Writer[source]