Bases: _Weakrefable
Serialization options for the IPC format.
MetadataVersion
, default MetadataVersion.V5
The metadata version to write. V5 is the current and latest, V4 is the pre-1.0 metadata version (with incompatible Union layout).
False
If true, allow field lengths that donât fit in a signed 32-bit int.
False
Whether to use the pre-Arrow 0.15 IPC format.
str
, Codec
, or None
compression codec to use for record batch buffers. If None then batch buffers will be uncompressed. Must be âlz4â, âzstdâ or None. To specify a compression_level use pyarrow.Codec
Whether to use the global CPU thread pool to parallelize any computational tasks like compression.
Whether to emit dictionary deltas. Default is false for maximum stream compatibility.
If true then calls to write_table will attempt to unify dictionaries across all batches in the table. This can help avoid the need for replacement dictionaries (which the file format does not support) but requires computing the unified dictionary and then remapping the indices arrays.
This parameter is ignored when writing to the IPC stream format as the IPC stream format can support replacement dictionaries.
Methods
Attributes
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