You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/pandas/pdeps/0013-standardize-apply.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ In Pandas v3.0:
144
144
1.`Series.apply` & `DataFrame.apply` will be removed from the code base (question: or added to `_hidden_attrs`?).
145
145
1. The `agg` & `transform` will always operate on series/columns/rows data and the `series_ops_only` parameter will have no effect and be deprecated and removed in v4.0 (it must be kept in v3.x in order to facilitate the switch from v2.x to v3.0).
146
146
147
-
## PDEP-13 History
147
+
## PDEP History
148
148
149
149
- 24 august 2023: Initial version (proposed to change `Series.apply` & `DataFrame.apply` to always operate on series/columns/rows)
150
150
-17. september 2023: version 2 (renamed and proposing to deprecate `Series.apply` & `DataFrame.apply` and make `agg`/`transform` always operate on series/columns/rows)
0 commit comments