Skip to content

BUG: Fix regression when printing backslash in DataFrame.to_string #53055

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

Conversation

GianlucaFicarelli
Copy link
Contributor

@GianlucaFicarelli GianlucaFicarelli commented May 3, 2023

@GianlucaFicarelli GianlucaFicarelli force-pushed the fix_to_string_backslash branch from ddb7b84 to 5edba1b Compare May 3, 2023 16:05
@mroeschke mroeschke added the Output-Formatting __repr__ of pandas objects, to_string label May 4, 2023
@mroeschke
Copy link
Member

Looks okay. Could you address the merge conflict?

@GianlucaFicarelli
Copy link
Contributor Author

Looks okay. Could you address the merge conflict?

Sure, it's done now

@GianlucaFicarelli GianlucaFicarelli force-pushed the fix_to_string_backslash branch from 09a09a7 to 68350db Compare May 5, 2023 07:16
@phofl phofl added this to the 2.0.2 milestone May 5, 2023
@phofl phofl added the Regression Functionality that used to work in a prior pandas version label May 5, 2023
@mroeschke mroeschke merged commit 088c18d into pandas-dev:main May 5, 2023
@mroeschke
Copy link
Member

Thanks @GianlucaFicarelli

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request May 5, 2023
phofl pushed a commit that referenced this pull request May 5, 2023
… backslash in DataFrame.to_string) (#53107)

Backport PR #53055: BUG: Fix regression when printing backslash in DataFrame.to_string

Co-authored-by: Gianluca Ficarelli <[email protected]>
@GianlucaFicarelli GianlucaFicarelli deleted the fix_to_string_backslash branch May 8, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame.to_string() adds a backslash at the end of the wrong line in Pandas 2.0.1
3 participants