Table.writeAsFeather
bool writeAsFeather(arrow.output_stream.OutputStream sink, arrow.feather_write_properties.FeatherWriteProperties properties = null)Writes the table as Feather format data to the sink.
Parameters
sink | The output. |
properties | The properties for this write. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]