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.Mulsymbolic sympy expression to calculate values on. df: pd.DataFramepandas dataframe containing column names matching the sympy symbols.