We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
querying offshore outages can be done by below snippit but then the parser fails
from secret import api_key from entsoe import EntsoePandasClient import pandas as pd client = EntsoePandasClient(api_key) df = client._query_unavailability(country_code='DE_TENNET', start=pd.Timestamp('2024-09-18', tz='europe/amsterdam'), end=pd.Timestamp('2024-09-20', tz='europe/amsterdam'), doctype='A79')
the outage parser should also handle curvetype better, so perhaps rewrite this as well to use the generic parser
The text was updated successfully, but these errors were encountered:
ec029e5
No branches or pull requests
querying offshore outages can be done by below snippit but then the parser fails
the outage parser should also handle curvetype better, so perhaps rewrite this as well to use the generic parser
The text was updated successfully, but these errors were encountered: