Save Eviews data in CSV file
Posted: Thu Mar 27, 2025 2:40 am
I am Eviews 13 user.
I am working on creating a UI on top of Eviews using python.
for performance increase, i am trying to load data in UI from CSV file, which is prepared as :
1. I ran "show" statement with selective series in Eviews
2. data is displayed in table format,
3. Rt click on table, there is option "Save Table to Disk", where i select csv and save the selected output in csv file.
Now i want to achieve same from python code use Eviews Manager.
Is there any option or command by which the output of the show command can be saved in csv file.
I can call the same command in Eviews_app.run() method to solve the purpose.
Kindly help.
I am working on creating a UI on top of Eviews using python.
for performance increase, i am trying to load data in UI from CSV file, which is prepared as :
1. I ran "show" statement with selective series in Eviews
2. data is displayed in table format,
3. Rt click on table, there is option "Save Table to Disk", where i select csv and save the selected output in csv file.
Now i want to achieve same from python code use Eviews Manager.
Is there any option or command by which the output of the show command can be saved in csv file.
I can call the same command in Eviews_app.run() method to solve the purpose.
Kindly help.