I'm interested in a parallel version of [pandas.DataFrame.agg](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.agg.html). It's similar to apply, but with multiple functions applied to the rows/columns at once.
I'm interested in a parallel version of pandas.DataFrame.agg. It's similar to apply, but with multiple functions applied to the rows/columns at once.