Skip to content

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

Merged
merged 4 commits into from
Jun 2, 2023

Conversation

DeaMariaLeon
Copy link
Member

Towards #37875

@DeaMariaLeon DeaMariaLeon requested a review from mroeschke as a code owner June 2, 2023 08:39
@DeaMariaLeon DeaMariaLeon requested a review from MarcoGorelli June 2, 2023 08:40
@DeaMariaLeon DeaMariaLeon added this to the 2.1 milestone Jun 2, 2023
@DeaMariaLeon
Copy link
Member Author

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.

Copy link
Member

@MarcoGorelli MarcoGorelli left a 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 😄

Comment on lines +1660 to +1665
>>> ser = pd.Series(['dog', 'bird', 'mouse'])
>>> ser.str.rjust(8, fillchar='.')
0 .....dog
1 ....bird
2 ...mouse
dtype: object
Copy link
Member

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..

@MarcoGorelli
Copy link
Member

The request for Matthew's review happens automatically now.

it's because of the codeowners file that's recently been added, so he gets notified for any PR touching ci

@MarcoGorelli MarcoGorelli merged commit a1757c4 into pandas-dev:main Jun 2, 2023
@DeaMariaLeon DeaMariaLeon deleted the examplesMay31-3 branch June 2, 2023 11:00
@DeaMariaLeon
Copy link
Member Author

Thanks @MarcoGorelli

topper-123 pushed a commit to topper-123/pandas that referenced this pull request Jun 5, 2023
* Added examples Series.decode

* Added more examples

* Added Series.str examples
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* Added examples Series.decode

* Added more examples

* Added Series.str examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants