Search found 5 matches
- Mon Aug 21, 2023 4:23 am
- Forum: Installation and Registration
- Topic: Integrating Eviews into Python environment
- Replies: 3
- Views: 100607
Re: Integrating Eviews into Python environment
We are using a Linux machine for our Python development environment (actually this is a cloud service called Databricks that runs on Linux). From the documentation I see that this is all Windows specific (not the python environment, but the Eviews installation and COM interface). As far as I can see...
- Tue Aug 15, 2023 2:08 am
- Forum: Installation and Registration
- Topic: Integrating Eviews into Python environment
- Replies: 3
- Views: 100607
Integrating Eviews into Python environment
Does EViews provide a library or API which can be called from a Python environment?
E.g. I consider to integrate Eviews into a Databricks environment, use Python and want to automise processes including references to EViews functions and methods.
E.g. I consider to integrate Eviews into a Databricks environment, use Python and want to automise processes including references to EViews functions and methods.
- Mon Dec 21, 2020 10:43 am
- Forum: Data Manipulation
- Topic: Creating an averaged time series over day and month per year
- Replies: 4
- Views: 7118
Re: Creating an averaged time series over day and month per year
Perfect, thanks!
- Mon Dec 21, 2020 10:30 am
- Forum: Data Manipulation
- Topic: Creating an averaged time series over day and month per year
- Replies: 4
- Views: 7118
Re: Creating an averaged time series over day and month per year
Very simple: I have daily values for 5 different years and want to create a series averaging the years for the same days and months, similar to the averageifs function in MS Excel. The specific issue is averaging temperatures for the 1 Jan, then 2 Jan and so on always over a five years period. The t...
- Mon Dec 21, 2020 9:58 am
- Forum: Data Manipulation
- Topic: Creating an averaged time series over day and month per year
- Replies: 4
- Views: 7118
Creating an averaged time series over day and month per year
Is there an easy way to create a series which averages a daily series over, say five years, based on specific month and day, but varying the year. E.g. average of values related to 1/1/2015, 1/1/2016, 1/1/2017, 1/1/2018, 1/1/2019 ? And then the next series member would be the average of 2/1/2015 and...
