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

Issue 60723 resolved #60730

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Issue 60723 resolved #60730

wants to merge 2 commits into from

Conversation

BAnSsal
Copy link

@BAnSsal BAnSsal commented Jan 18, 2025

Adjusted the condition to set name = 0 only when name is explicitly None.
Previously, the name attribute was being overwritten unconditionally when ignore_index=True, even if a valid name existed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Concatenating dataframe and series with ignore_index = True drops the series name
1 participant