A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/generated/pyarrow.feather.write_feather.html below:

pyarrow.feather.write_feather — Apache Arrow v20.0.0

pyarrow.feather.write_feather#
pyarrow.feather.write_feather(df, dest, compression=None, compression_level=None, chunksize=None, version=2)[source]#

Write a pandas.DataFrame to Feather format.

Parameters:
dfpandas.DataFrame or pyarrow.Table

Data to write out as Feather format.

deststr

Local destination path.

compressionstr, default None

Can be one of {“zstd”, “lz4”, “uncompressed”}. The default of None uses LZ4 for V2 files if it is available, otherwise uncompressed.

compression_levelint, default None

Use a compression level particular to the chosen compressor. If None use the default compression level

chunksizeint, default None

For 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

versionint, default 2

Feather file version. Version 2 is the current. Version 1 is the more limited legacy format


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4