Search code examples
pandasstatisticstime-serieseviews

How to import Eviews data into pandas


I am unfortunately only given datasets for my time series course as an Eviews wf1 file. How can I import this into pandas? I cannot find an answer in pandas online documentation.


Solution

  • A work-around solution I have just found is to: (1) Download gretl, an open-source econometrics software, see http://gretl.sourceforge.net

    (2) open the Eviews file into Gretl

    (3) export from Gretl as csv.