Temporal Demand
- class heatpro.temporal_demand.temporal_heat_demand.TemporalHeatDemand(name: str, data: DataFrame)[source]
Bases:
object- property data: DataFrame
Get the temporal heat demand data.
- Returns:
DataFrame containing temporal heat demand data.
- Return type:
pd.DataFrame
Hourly
- class heatpro.temporal_demand.hourly_heat_demand.HourlyHeatDemand(name: str, data: DataFrame)[source]
Bases:
TemporalHeatDemand