| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.feather.write_feather.html | [Back] [Original] |
Section Navigation
Write a pandas.DataFrame to Feather format.
pandas.DataFrame or pyarrow.TableData to write out as Feather format.
strLocal destination path.
str, default NoneCan be one of {zstd, lz4, uncompressed}. The default of None uses LZ4 for V2 files if it is available, otherwise uncompressed.
int, default NoneUse a compression level particular to the chosen compressor. If None use the default compression level
int, default NoneFor V2 files, the internal maximum size of Arrow RecordBatch chunks when writing the Arrow IPC file format. None means use the default, which is currently 64K
int, default 2Feather file version. Version 2 is the current. Version 1 is the more limited legacy format.
Deprecated since version 25.0.0: Writing Feather V1 files is deprecated. Use the default
version=2 to write Arrow IPC files instead.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |