towhee.engine.operator_io.writer.DictDataFrameWriter

class towhee.engine.operator_io.writer.DictDataFrameWriter(output_df: DataFrame)[source]

Bases: DataFrameWriter

Df writer

Write dict to the next dataframe.

Methods

close

write

__init__(output_df: DataFrame)