Skip to content

Commit 50ef7c7

Browse files
phoflim-vinicius
authored and
im-vinicius
committed
Remove old versionadded from DataFrame.map (pandas-dev#53316)
1 parent 0641d2c commit 50ef7c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9793,15 +9793,10 @@ def map(
97939793
Python function, returns a single value from a single value.
97949794
na_action : {None, 'ignore'}, default None
97959795
If ‘ignore’, propagate NaN values, without passing them to func.
9796-
9797-
.. versionadded:: 1.2
9798-
97999796
**kwargs
98009797
Additional keyword arguments to pass as keywords arguments to
98019798
`func`.
98029799
9803-
.. versionadded:: 1.3.0
9804-
98059800
Returns
98069801
-------
98079802
DataFrame

0 commit comments

Comments
 (0)