Importing/open .dat-files from SAS
Posted: Tue Sep 05, 2023 4:47 am
Hello,
I will be running a server task to automatically access and update population data in our main workfile using an Eviews-program. However, the department that gave us this data has only given us .dat-files made by SAS. The server does not have SAS installed, and I would prefer it to remain that way.
Using Python's Pandas, one could simply write: "pd.read_csv('path/to/file.dat', delimiter='\t')" to read most .dat-files. Is there an equally elegant solution for Eviews?
Or could you suggest an alternative?
I will be running a server task to automatically access and update population data in our main workfile using an Eviews-program. However, the department that gave us this data has only given us .dat-files made by SAS. The server does not have SAS installed, and I would prefer it to remain that way.
Using Python's Pandas, one could simply write: "pd.read_csv('path/to/file.dat', delimiter='\t')" to read most .dat-files. Is there an equally elegant solution for Eviews?
Or could you suggest an alternative?