Scale load profile to match target annual consumption.
Modifies the DataFrame in place.
- Parameters:
load_df (DataFrame) – DataFrame with load data (in W)
annual_consumption_kwh (float) – Target annual consumption in kWh
column (str) – Name of the consumption column
- Return type:
None