Skip to content

ENH: EA.tolist #43920

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 5 commits into from
Oct 9, 2021
Merged

ENH: EA.tolist #43920

merged 5 commits into from
Oct 9, 2021

Conversation

jbrockmendel
Copy link
Member

Prelim for EA-backed Index.

@jreback jreback added the ExtensionArray Extending pandas with custom dtypes or arrays. label Oct 7, 2021
@@ -1348,6 +1348,18 @@ def _reduce(self, name: str, *, skipna: bool = True, **kwargs):
# ------------------------------------------------------------------------
# Non-Optimized Default Methods

def tolist(self) -> list:
Copy link
Contributor

Choose a reason for hiding this comment

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

is this public? (nbd, but list in the top section)

Copy link
Member Author

Choose a reason for hiding this comment

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

will update

@jreback jreback added this to the 1.4 milestone Oct 9, 2021
@jreback jreback added the API - Consistency Internal Consistency of API/Behavior label Oct 9, 2021
@jreback jreback merged commit 9f2cb73 into pandas-dev:master Oct 9, 2021
@jbrockmendel jbrockmendel deleted the enh-tolist branch October 9, 2021 01:04
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API - Consistency Internal Consistency of API/Behavior ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants