Skip to content

BUG: wide_to_long with string columns #57089

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 1 commit into from
Jan 28, 2024

Conversation

mroeschke
Copy link
Member

Appears str.match never accepted a re.Pattern so updated the docs too

@mroeschke mroeschke added Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data labels Jan 26, 2024
@mroeschke mroeschke added this to the 2.2.1 milestone Jan 26, 2024
@phofl phofl merged commit 28e8f8d into pandas-dev:main Jan 28, 2024
@phofl
Copy link
Member

phofl commented Jan 28, 2024

thx @mroeschke

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 28, 2024
@mroeschke mroeschke deleted the bug/melt/strings branch January 29, 2024 03:42
mroeschke added a commit that referenced this pull request Jan 29, 2024
…umns) (#57120)

Backport PR #57089: BUG: wide_to_long with string columns

Co-authored-by: Matthew Roeschke <[email protected]>
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: df.str.match(pattern) fails with pd.options.future.infer_string = True with re.compile()
2 participants