Parse an SPSS file.
Example

I Ain't Afraid of No Code!
[
[
"spss",
{
"subtable": null,
"map_labels": true,
"header_format": "{variable}|{label}",
"encoding": "utf-8",
"_comment": null
}
]
]
param boolean map_labels: Set to true to convert numeric values to their mapped representation.
param str header_format: Optionally provide a template for the header.
param str encoding: The encoding used to parse the data.
Comments
0 comments
Article is closed for comments.