Skip to main content

Module writer

Module writer 

Source
Expand description

SAV/ZSAV file writer.

Writes Arrow RecordBatch + SpssMetadata to SPSS .sav/.zsav binary format. Supports uncompressed, bytecode-compressed (.sav), and zlib-compressed (.zsav) output.

Functionsยง

write_sav
Write an Arrow RecordBatch to an SPSS .sav file.
write_sav_to_writer
Write to any writer that implements Write + Seek.