You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for the 'map' method, there is no example of using the method with a standard function, only examples using lambda functions. These examples are available on other tutorial websites, but not in the primary documentation.
Suggested fix for documentation
I have created a PR for this issue which shows an example of a basic function and how it can be implemented with the DataFrame already outlined in the documentation.
The text was updated successfully, but these errors were encountered:
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.map.html
Documentation problem
In the documentation for the 'map' method, there is no example of using the method with a standard function, only examples using lambda functions. These examples are available on other tutorial websites, but not in the primary documentation.
Suggested fix for documentation
I have created a PR for this issue which shows an example of a basic function and how it can be implemented with the DataFrame already outlined in the documentation.
The text was updated successfully, but these errors were encountered: