etlplus.file.zsav
etlplus.file.zsav module.
Stub helpers for reading/writing compressed SPSS (ZSAV) data files (not implemented yet).
Notes
- A ZSAV file is a compressed binary file format used by SPSS to store
datasets, including variables, labels, and data types.
- Common cases:
Reading compressed data for analysis in Python.
Writing processed data back to compressed SPSS format.
- Rule of thumb:
- If you need to work with compressed SPSS data files, use this module for
reading and writing.
Classes
|
Handler implementation for ZSAV files. |