Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong naming in the forecasted generation query #170

Open
bosainasharba opened this issue Mar 10, 2022 · 3 comments
Open

Wrong naming in the forecasted generation query #170

bosainasharba opened this issue Mar 10, 2022 · 3 comments
Labels
more info needed when more info is needed from the person opening the issue

Comments

@bosainasharba
Copy link

when import the forecasted generation, I get following columns:

                       **Actual** Aggregated  **Actual** Consumption

2019-03-03 01:00:00+01:00 163.0 539.0

It is just a bit missleading when it is actuelly about forecasted data and also called :Scheduled Generation on the ETP

@fboerman
Copy link
Collaborator

hi @bosainasharba thank you for the report. Could you provide a code snippit and transparancy screenshot to showcase what exactly you mean is the problem? Thanks!

@bosainasharba
Copy link
Author

Hello,
I have just tried to get the screenshots but apparently there was a code change in the query_generation_forecast.
Now, it is returning pandas series instead of pandas dataframe as in the documentation (https://github.com/energieID/entsoe-py), is this change intentional?
type(client.query_generation_forecast(tso, start=start_tz, end=end_tz))
<class 'pandas.core.series.Series'>

@fboerman
Copy link
Collaborator

hi @bosainasharba sorry for the late response. that is intentional yes and depends on the data returned. Do you think it should be different and if yes what would you suggest?

@fboerman fboerman added the more info needed when more info is needed from the person opening the issue label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed when more info is needed from the person opening the issue
Projects
None yet
Development

No branches or pull requests

2 participants