Skip to content

Commit 1cbf071

Browse files
committed
Update status to accepted
1 parent ff0958a commit 1cbf071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pandas/pdeps/0008-inplace-methods-in-pandas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PDEP-8: In-place methods in pandas
22

33
- Created: 16 February 2023
4-
- Status: Under discussion
4+
- Status: Accepted
55
- Discussion: [PR 51466](https://github.com/pandas-dev/pandas/pull/51466)
66
- Authors: [Thomas Li](https://github.com/lithomas1),
77
[Patrick Hoefler](https://github.com/phofl),
@@ -348,7 +348,7 @@ Disadvantages:
348348

349349
We generally assume that changing to return `self` should not give much problems for
350350
existing usage (typically, the current return value of `None` is not actively used).
351-
Further, we think the advantages of simplifing return types and enabling methods chains
351+
Further, we think the advantages of simplifying return types and enabling methods chains
352352
outweighs the special case of returning an identical object.
353353
**Therefore, we propose that for those methods with an `inplace=True` option, the calling object (`self`) gets returned.**
354354

0 commit comments

Comments
 (0)