We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_spreadsheets.html
In [38]: firstlast["Last_Name"] = firstlast["String"].str.rsplit(" ", expand=True)[0]
In [38]: firstlast["Last_Name"] = firstlast["String"].str.rsplit(" ", expand=True)[1]
The text was updated successfully, but these errors were encountered:
Thanks for noting this @solopython! Would you be interested in putting up a pr to fix this?
Sorry, something went wrong.
take
Digres45
Successfully merging a pull request may close this issue.
master
hereLocation of the documentation
https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_spreadsheets.html
Documentation problem
In [38]: firstlast["Last_Name"] = firstlast["String"].str.rsplit(" ", expand=True)[0]
Suggested fix for documentation
In [38]: firstlast["Last_Name"] = firstlast["String"].str.rsplit(" ", expand=True)[1]
The text was updated successfully, but these errors were encountered: