0

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.

riemann_lebesgue
  • 299
  • 5
  • 17

1 Answers1

1

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.

riemann_lebesgue
  • 299
  • 5
  • 17