solarforecastarbiter.io.api.APISession.post_forecast_values

APISession.post_forecast_values(forecast_id, forecast_series)[source]

Upload the given forecast values to the appropriate forecast_id of the API

Parameters:
  • forecast_id (string) – UUID of the forecast to upload values to
  • forecast_obj (pandas.Series) – Pandas series with a datetime index that contains the values to upload to the API