When using pandas.io.stata.read_stata or pandas.read_stata I receive:
ValueError: Version of given Stata file is 69. pandas supports importing versions 105, 108, 111 (Stata 7SE), 113 (Stata 8/9), 114 (Stata 10/11), 115 (Stata 12), 117 (Stata 13), 118 (Stata 14/15/16),and 119 (Stata 15/16, over 32,767 variables).
When using pyreadstat.read_dta I receive:
ReadstatError: This version of the file format is not supported
Is there another way to import Stata files of version 69?