custom_curves_pack
custom_curves_pack
Custom curves packing utilities.
Classes
CustomCurvesPack
Bases: Packable
A packable for managing custom curves data.
Functions
excel_read_kwargs
staticmethod
Returns a dict representing the excel read kwargs like the header Availabale to overload for users own implementation
to_dict_per_curve
Build dict organized by curve name, then by scenario.
Source code in src/pyetm/models/packables/custom_curves_pack.py
load_from_dataframe
Loads from a dataframe for a single scenario
Source code in src/pyetm/models/packables/custom_curves_pack.py
apply_custom_curves_to_scenario
Apply custom curves to scenario with validation and error handling.
Source code in src/pyetm/models/packables/custom_curves_pack.py
validate_and_log_curves
Validate curves and log any validation issues.