Python For Quants
May 6, 2016
Jeff Reback
@jreback
@jreback
The PyData Stack
Constraints
Objectives
have the correct dtypes
pd.concat
Categoricals
.apply across columns
repeated insertions
micro optimize
use loops / re-invent the wheel
.apply across rows
.applymap
nest groupby.apply()
inplace=True
(((A + 1) * 2) ** 3)
(B - B.mean(axis=0)) + (B.T / B.std())
How to contribute
This Talk
@jreback