Skip to content

Commit 5276b11

Browse files
committed
fix document
1 parent 70d08de commit 5276b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0013-standardize-apply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In Pandas v3.0:
144144
1. `Series.apply` & `DataFrame.apply` will be removed from the code base (question: or added to `_hidden_attrs`?).
145145
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).
146146

147-
## PDEP-13 History
147+
## PDEP History
148148

149149
- 24 august 2023: Initial version (proposed to change `Series.apply` & `DataFrame.apply` to always operate on series/columns/rows)
150150
- 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

Comments
 (0)