spss

pyreadstat read and write spss without data loss

pyreadstat read and write spss without data loss Question: To read an spss .sav file using pandas/pyreadstat, you use: df, meta = pyreadstat.read_sav() to write a dataframe, you use: pyreadstat.write_sav(df) How can I read, edit and write a .sav file without losing any meta data, like labels and other things that can be changed in …

Total answers: 2