Skip to content
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

DOC: Fixing EX01 - Added examples #54205

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Conversation

DeaMariaLeon
Copy link
Member

Towards #37875

@DeaMariaLeon DeaMariaLeon added this to the 2.1 milestone Jul 20, 2023
Comment on lines 1721 to 1724
>>> arr.tolist
<bound method BaseMaskedArray.tolist of <IntegerArray>
[1, 2, 3]
Length: 3, dtype: Int64>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should probably call this one? arr.tolist()

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes! thanks

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.

looks good to me on green

@DeaMariaLeon
Copy link
Member Author

It's green :)

@MarcoGorelli MarcoGorelli merged commit 273c8c6 into pandas-dev:main Jul 20, 2023
32 checks passed
@DeaMariaLeon DeaMariaLeon deleted the Jul20 branch July 20, 2023 14:16
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