pub fn read_sav_metadata(path: impl AsRef<Path>) -> Result<SpssMetadata>Expand description
Read only the metadata from an SPSS file (no data).
This is much faster than read_sav() for files where you only need
variable information, labels, or other metadata.