I'm trying to read a .DTA file with pandas and pyreadstat and get following errors.
df = pd.read_stata('test.DTA')
>>ValueError: Version of given Stata file is 48. 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
df, meta = pyreadstat.read_dta('test.DTA')
>>pyreadstat._readstat_parser.ReadstatError: This version of the file format is not supported