pvlib.forecast.ForecastModel.process_data

ForecastModel.process_data(data, **kwargs)[source]

Defines the steps needed to convert raw forecast data into processed forecast data. Most forecast models implement their own version of this method which also call this one.

Parameters:data (DataFrame) – Raw forecast data
Returns:data (DataFrame) – Processed forecast data.