Skip to content

[ENH]: Expand types allowed in Series.struct.field #56167

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 15 commits into from
Jan 2, 2024

Conversation

TomAugspurger
Copy link
Contributor

This expands the set of types allowed by Series.struct.field to allow those allowed by pyarrow.

Closes #56065

This expands the set of types allowed by Series.struct.field to allow
those allowed by pyarrow.

Closes pandas-dev#56065
@mroeschke mroeschke added Arrow pyarrow functionality Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.). labels Nov 26, 2023
@TomAugspurger
Copy link
Contributor Author

Should I move the whatsnew to 2.3.0?

@mroeschke mroeschke added this to the 2.2 milestone Jan 2, 2024
@mroeschke mroeschke merged commit 471690f into pandas-dev:main Jan 2, 2024
@mroeschke
Copy link
Member

Thanks @TomAugspurger (totally fine to include in 2.2)

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 2, 2024
mroeschke pushed a commit that referenced this pull request Jan 2, 2024
…ries.struct.field) (#56698)

Backport PR #56167: [ENH]: Expand types allowed in Series.struct.field

Co-authored-by: Tom Augspurger <[email protected]>
@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Jan 2, 2024 via email

@TomAugspurger TomAugspurger deleted the struct-field branch January 14, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Expand index types in Series.struct.field method
3 participants