celeries.series.Series.evalnum#

Series.evalnum(varvalues)#

Replace some variables by numerical values.

Parameters:
varvaluesdict

Dictionary of the form: variable -> value.

Returns:
RSeries

Series where the provided variables have been replaced by their values.