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

Issue with the activated balancing energy prices with the Pandas client #284

Open
manesho opened this issue Nov 23, 2023 · 2 comments
Open
Labels
bug more info needed when more info is needed from the person opening the issue

Comments

@manesho
Copy link

manesho commented Nov 23, 2023

Hi,

There seems to be an issue with the activated balancing energy prices - at least for switzerland - in the pandas client.
In the resulting dataframe, each timestamp appears only once and wether it contains the price for Up or Down seems somewhat random.

EntsoePandasClient.query_activated_balancing_energy_prices('CH', 
     start=pd.Timestamp('2023-11-21 0:00', tz='CET'),
     end=pd.Timestamp('2023-11-21 3:00', tz='CET'),)
Direction Price
2023-11-21 00:00:00+01:00 Up 138.31
2023-11-21 00:15:00+01:00 Up 120.02
2023-11-21 00:30:00+01:00 Up 120.02
2023-11-21 00:45:00+01:00 Up 0
2023-11-21 01:00:00+01:00 Up 121.99
2023-11-21 01:15:00+01:00 Down 72.8
2023-11-21 01:30:00+01:00 Down 72.68
2023-11-21 01:45:00+01:00 Down 71.11
2023-11-21 02:00:00+01:00 Down 70
2023-11-21 02:15:00+01:00 Down 69.91
2023-11-21 02:30:00+01:00 Down 70.04
2023-11-21 02:45:00+01:00 Up 120

The raw client on the otherhand works fine.

btw: thanks for the great api-client!

@fboerman
Copy link
Collaborator

fboerman commented Nov 23, 2023 via email

@fboerman
Copy link
Collaborator

hi @manesho thanks again for the report (and the kind words). the dedup issue was fixed in a recent pull request with some great community help.
However I still saw some deduplication. After some investigation I concluded that a column was missing. I find the UI on this topic a bit confusing, but I think I got the data right now. Could you check with the latest release and get back to me if its fixed like this?

@fboerman fboerman added bug more info needed when more info is needed from the person opening the issue labels Jan 26, 2024
fleimgruber pushed a commit to fleimgruber/entsoe-py that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 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