Skip to content

CLN: Use dedup_names for column name mangling in Python parser (#50371) #61670

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Veneel77
Copy link

@Veneel77 Veneel77 commented Jun 16, 2025

What does this PR do?

Replaces manual deduplication logic in the Python parser with the dedup_names utility from pandas.io.common.

Why is this important?


Checklist

@Veneel77
Copy link
Author

Hi maintainers 👋

This PR replaces manual deduplication logic with the shared dedup_names utility. Parser-related tests pass as expected ✅

Some CI checks failed due to network-based tests (test_network.py, test_url, etc.), which appear unrelated to my change and are known to be flaky or environment-dependent.

Please let me know if you’d like anything else adjusted. Thanks!

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.

CLN: Use dedup_names in all instances where duplicate column names are renamed
1 participant