Table.writeAsFeather

Writes the table as Feather format data to the sink.

Parameters

sink arrow.output_stream.OutputStream

The output.

properties arrow.feather_write_properties.FeatherWriteProperties

The properties for this write.

Return Value

Type: bool

true on success, false if there was an error.