andes.variables.dae.DAETimeSeries#

class andes.variables.dae.DAETimeSeries(dae=None)[source]#

DAE time series data.

__init__(dae=None)[source]#

Methods

get_data(base_vars, *[, a, rhs])

Get time-series data, either for a variable or for the equation associated with the variable.

unpack([df])

Unpack dict-stored data into arrays and/or dataframes.

unpack_df()

Construct pandas dataframes.

unpack_np()

Unpack dict data into numpy arrays.

Attributes

df