towhee.engine.operator_io.writer.RowDataFrameWriter

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

Bases: DataFrameWriter

Filter dataframe writer.

Write prev dataframe’s one row to the next dataframe.

Methods

close

write

__init__(output_df: DataFrame)