arrow (version 0.16.0.2)

FeatherTableWriter: FeatherTableWriter class

Description

This class enables you to write Feather files. See its usage in write_feather().

Arguments

Factory

The FeatherTableWriter$create() factory method instantiates the object and takes the following argument:

  • stream An OutputStream

Methods

  • $GetDescription()

  • $HasDescription()

  • $version()

  • $num_rows()

  • $num_columns()

  • $GetColumnName()

  • $GetColumn()

  • $Read(columns)