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

ENH (string dtype): accept string_view in addition to string/large_string for ArrowStringArray input #60222

Merged

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Nov 6, 2024

Looking into support for string dtype on the pyarrow side, and noticed we do not yet support string_view being converted to string dtype for the default pyarrow to_pandas() behaviour.

xref #54792

@jorisvandenbossche jorisvandenbossche added Strings String extension data type and string data Arrow pyarrow functionality labels Nov 6, 2024
@jorisvandenbossche jorisvandenbossche added this to the 2.3 milestone Nov 6, 2024
@mroeschke mroeschke merged commit c15d823 into pandas-dev:main Nov 6, 2024
55 of 57 checks passed
@mroeschke
Copy link
Member

Thanks @jorisvandenbossche

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Nov 6, 2024
…in addition to string/large_string for ArrowStringArray input
mroeschke pushed a commit that referenced this pull request Nov 6, 2024
…_view in addition to string/large_string for ArrowStringArray input) (#60223)

Backport PR #60222: ENH (string dtype): accept string_view in addition to string/large_string for ArrowStringArray input

Co-authored-by: Joris Van den Bossche <[email protected]>
@jorisvandenbossche jorisvandenbossche deleted the string-dtype-arrow-string-view branch November 7, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants