pypsa.statistics.StatisticsAccessor.supply

pypsa.statistics.StatisticsAccessor.supply#

StatisticsAccessor.supply(comps: str | Sequence[str] | None = None, aggregate_time: str | bool = 'sum', aggregate_groups: Callable | str = 'sum', aggregate_across_components: bool = False, groupby: str | Sequence[str] | Callable = 'carrier', at_port: bool | str | Sequence[str] = True, bus_carrier: str | Sequence[str] | None = None, nice_names: bool | None = None) DataFrame#

Calculate the supply of components in the network. Units depend on the regarded bus carrier.

If bus_carrier is given, only the supply to buses with carrier bus_carrier is calculated.

For information on the list of arguments, see the docs in Network.statistics or pypsa.statitics.StatisticsAccessor.