ReadStat
ReadStat copied to clipboard
readstat strips value_labels from str columns
I read the data for one column of str with value labels and write it back to sav. Reading the sav file seems to be correct, hoever the output does not contain the value labels for this string column, as it was defined in the input. so I assume that today readstat strips the value labels.
Can be recreated by reading the _in file and exporting the _out file.
(I was originally using pyreadstat I got directed to this repo via this issue)