pvdeg.symbolic.calc_df_symbolic#

pvdeg.symbolic.calc_df_symbolic(expr: Mul, df: DataFrame) Series[source]#

Calculate the expression over the entire dataframe.

Parameters:#

expr: sp.core.mul.Mul

symbolic sympy expression to calculate values on.

df: pd.DataFrame

pandas dataframe containing column names matching the sympy symbols.