Relative Content

Tag Archive for pythonrpandasstata

Converting Stata file version 69

I have a very large number of stata .dta file version 69 files that I need to convert into .csv or some other excel readable format. I should note that I only know how to get the version number from the pandas error message, but opening it as a text file shows something very different from a modern stata 118 file so I suspect that it isn’t just an issue of the version number getting misencoded.