Skip to content

Commit 6f903bf

Browse files
topper-123Dr-Irv
andcommitted
Update web/pandas/pdeps/0013-standardize-apply.md
Co-authored-by: Irv Lustig <[email protected]>
1 parent fa41159 commit 6f903bf

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
@@ -205,7 +205,7 @@ dtype: int64
205205

206206
Having callables fail when used in `Series.apply`, but work in `DataFrame.Apply` or vica versa is confusing for users.
207207

208-
This PDEP proposes that callables will be applies to the whole `Series`, so callables given to `Series.apply` will work the same as when given to `DataFrame.apply`, so in the future we will have that:
208+
This PDEP proposes that callables will be applied to the whole `Series`, so callables given to `Series.apply` will work the same as when given to `DataFrame.apply`, so in the future we will have that:
209209

210210
```python
211211
>>> ser.apply(lambda x: x.sum())

0 commit comments

Comments
 (0)