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

solve bug caused by df with duplicated columns name #89

Merged
merged 3 commits into from Aug 11, 2022

Conversation

antocommi
Copy link
Contributor

In my project i use sql statements in order to obtain pandas dataframes. In one queries I selected two columns with the same name from different tables and I got this error:

Screenshot 2022-08-10 at 18 12 17

I changed the indexing method to avoid this kind of behaviour caused by pandas.

@antocommi antocommi changed the title solve bug caused by df with duplicated col name solve bug caused by df with duplicated columns name Aug 10, 2022
@mwouts
Copy link
Owner

mwouts commented Aug 10, 2022

Thank you Antonio, oh yes I see! I will prepare a new release with this asap.

* Prepare version 1.1.3

* Use 'j' for the column index and add a comment
@mwouts mwouts merged commit da79229 into mwouts:main Aug 11, 2022
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.

None yet

2 participants