-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fixing EX01 - Added examples #53499
New issue
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
Conversation
It seems that I'm bugging 2 reviewers! But I'm requesting Marco's review because we talked about it... The request for Matthew's review happens automatically now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks @DeaMariaLeon ! I didn't even know that these functions exited 😄
>>> ser = pd.Series(['dog', 'bird', 'mouse']) | ||
>>> ser.str.rjust(8, fillchar='.') | ||
0 .....dog | ||
1 ....bird | ||
2 ...mouse | ||
dtype: object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
today I learned about this functionality..
it's because of the codeowners file that's recently been added, so he gets notified for any PR touching |
Thanks @MarcoGorelli |
* Added examples Series.decode * Added more examples * Added Series.str examples
* Added examples Series.decode * Added more examples * Added Series.str examples
Towards #37875