Skip to main content

read_sav

Function read_sav 

Source
pub fn read_sav(path: impl AsRef<Path>) -> Result<(RecordBatch, SpssMetadata)>
Expand description

Read an SPSS .sav or .zsav file, returning all data as an Arrow RecordBatch plus the file’s metadata.

This loads the entire dataset into memory. For streaming batch reads or column projection, use scan_sav() instead.