toddfarmer / arrow-migration

0 stars 1 forks source link

[C++/Python] Append column to Feather file #861

Closed toddfarmer closed 5 years ago

toddfarmer commented 7 years ago

Note: This issue was originally created as ARROW-1518. Please see the migration documentation for further details.

Original Issue Description:

see e.g. https://github.com/wesm/feather/issues/314

toddfarmer commented 5 years ago

Note: Comment by Wes McKinney (wesm): Now that Feather supports zero-copy reads into Arrow, the preferred approach would be to zero-copy read the file, add a column, then write a new Feather file