preheat_open.measurements.MeasurementsRetriever
- class preheat_open.measurements.MeasurementsRetriever(date_range, components, adapter)
Bases:
objectHandles the retrieval and processing of measurements for a given date range and components.
- Variables:
- __init__(date_range, components, adapter)
Methods
__init__(date_range, components, adapter)Retrieves and processes measurements for the specified components and date range.
Attributes
date_rangecomponentsadapter- get_measurements()
Retrieves and processes measurements for the specified components and date range.
- Returns:
A DataFrame containing the measurements.
- Return type:
pd.DataFrame