DataFrame Parameter

General Description

Timeseries parameter with automatic alignment and resampling. API Reference

Attributes

Name
Description
Required

type

dataframe

Yes

model

Optional

dataframe

Optional

scenario

Optional

Example

Inflows_mm3_day.csv
{
	"type": "DataFrameParameter",
	"url": "Inflows_mm3_day.csv",
	"column": "Catchment River 1",
	"index_col": "timestep",
	"parse_dates": true
}

Last updated

Was this helpful?