You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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'>
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?
when import the forecasted generation, I get following columns:
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
The text was updated successfully, but these errors were encountered: