Python Pandas Applymap Na_action Argument Is Not Being Recognized
When I try to use the argument 'na_action' in Pandas' applymap function I got this error: TypeError: applymap() got an unexpected keyword argument 'na_action' Example: >>&g
Solution 1:
Try checking the pandas version you are using. 'na_action' is available with the latest version.
Post a Comment for "Python Pandas Applymap Na_action Argument Is Not Being Recognized"