andes.variables.dae.DAETimeSeries#
- class andes.variables.dae.DAETimeSeries(dae=None)[source]#
DAE time series data.
Methods
get_data
(base_vars, *[, a, rhs])Get time-series data, either for a variable or for the equation associated with the variable.
reset
()Reset the internal storage and erase all data.
unpack
([df, attr, warn_empty])Unpack dict-stored data into arrays and/or dataframes.
unpack_df
(attr)Construct pandas dataframes.
unpack_np
(attr[, warn_empty])Unpack dict data into numpy arrays.
Attributes
Short-hand for the xy dataframe.