Labels
Milestone
Comments
Hi @TeoSkondras. Thanks for wanting take take this, but I've made a branch already that is about to be ready to push to the pandas repository, so maybe not a good use of time to make a second pull requests on this. |
5 tasks
I've already made a PR (#52364) on this. Seem logical that the styler method has the same name as the frame method. I will ping you when this is merged no problem. |
Sign up for free to join this conversation on . Already have an account? Sign in to comment
I propose deprecating
DataFrame.applymap
and move its functionality to a newDataFrame.map
method. The namemap
will better communicate that this is theDataFrame
equivalent ofSeries.map
. The current name can IMO be a bit confusing because the name contains both"apply"
and"map"
, while just having"map"
is clearer IMO.See a discussion on this here.
CC @rhshadrach
The text was updated successfully, but these errors were encountered: