Base
Contents
Base#
Module Contents#
Classes Summary#
Interconnection queue types |
|
Names of LMP Markets |
Exceptions Summary#
Attributes Summary#
Contents#
- class gridstatus.base.GridStatus(time, status, reserves, iso, notes=None, unit='MW')[source]#
Methods
Return repr(self).
- class gridstatus.base.InterconnectionQueueStatus[source]#
Bases:
enum.EnumInterconnection queue types
Attributes
ACTIVE
Active
COMPLETED
Completed
WITHDRAWN
Withdrawn
- class gridstatus.base.ISOBase[source]#
Attributes
markets
[]
status_homepage
None
Methods
Get fuel mix in 5 minute intervals for a provided day
- abstract get_fuel_mix(date, end=None, verbose=False)[source]#
Get fuel mix in 5 minute intervals for a provided day
- Arguments:
date (datetime or str): “latest”, “today”, or an object that can be parsed as a datetime for the day to return data.
start (datetime or str): start of date range to return. alias for date parameter. Only specify one of date or start.
end (datetime or str): “today” or an object that can be parsed as a datetime for the day to return data. Only used if requesting a range of dates.
verbose (bool): print verbose output. Defaults to False.
- Returns:
pd.Dataframe: dataframe with columns: Time and columns for each fuel type