BUG: regression in DataFrame.transform('func') #19760
Labels
Apply
Apply, Aggregate, Transform, Map
Regression
Functionality that used to work in a prior pandas version
Milestone
From a failing example in the doc build (http://pandas-docs.github.io/pandas-docs-travis/basics.html#transform-api):
Using a numpy func directly is fine:
But specifying the function with a string now breaks:
This is on master, while it was working in 0.22 (tested with the same version of numpy, 1.13)
The text was updated successfully, but these errors were encountered: