No function to query the Aggregated Unavailability of Consumption Units and Unavailability of Offshore Grid #266
Labels
more info needed
when more info is needed from the person opening the issue
Hello, when I tried to use this function'_query_unavailability' to query the data about the Aggregated Unavailability of Consumption Units or data about Unavailability of Offshore Grid, but this function didn't access to data in the document type of 'A76' and 'A79'.
There is my code:
start = pd.Timestamp('20230101', tz='UTC')
end = pd.Timestamp('20230701', tz='UTC')
df5 = client._query_unavailability('DE_AMPRION', start = start, end = end, doctype='A76')
df5 = df5.tz_convert('UTC')
df5.head()
A80 = Generation unavailability
A77: production unavailability
A76: Aggregated Unavailability of Consumption Units [7.1A&B]
A78:Transmission unavailability[10.1.A/B]
A79: Offshore grid infrastructure unavailability
How can I query these tables? I really need your help~
Thanks in advance!
The text was updated successfully, but these errors were encountered: