Open
Description
In #50370 the function dedup_names
has been moved to pandas.io.common
so it can be reused by any reader dealing with duplicate column names. The function can be expanded in the future to allow custom renaming patterns, so it should be used by any reader, to make sure we keep consistency with the behavior (as well as avoid duplicate code). There is at least one instance identified in #50370 where a different implementation is used to rename the duplicate columns. We should call dedup_names
instead, and in case other alternative implementations exist, find them and also call dedup_names
.
Activity
muddi900 commentedon Dec 24, 2022
take
leftful commentedon Mar 1, 2023
Hi @muddi900 how are you going with this issue?
Happy to take over if you don't have the time :)
muddi900 commentedon Mar 1, 2023
You can take over if the maintainers allow.
leftful commentedon Mar 2, 2023
take
shteken commentedon Apr 22, 2023
Hi @RhysJohnLewis how are you going with this issue?
Happy to take over if you don't have the time :)
leftful commentedon Apr 24, 2023
@shteken please do. I have not had the time.
27 remaining items