We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0641d2c commit 50ef7c7Copy full SHA for 50ef7c7
pandas/core/frame.py
@@ -9793,15 +9793,10 @@ def map(
9793
Python function, returns a single value from a single value.
9794
na_action : {None, 'ignore'}, default None
9795
If ‘ignore’, propagate NaN values, without passing them to func.
9796
-
9797
- .. versionadded:: 1.2
9798
9799
**kwargs
9800
Additional keyword arguments to pass as keywords arguments to
9801
`func`.
9802
9803
- .. versionadded:: 1.3.0
9804
9805
Returns
9806
-------
9807
DataFrame
0 commit comments