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

Google spreadsheets do not allow having duplicated column names #11

Open
maybelinot opened this issue Jan 12, 2016 · 3 comments
Open

Google spreadsheets do not allow having duplicated column names #11

maybelinot opened this issue Jan 12, 2016 · 3 comments
Assignees

Comments

@maybelinot
Copy link
Owner

Needs solution for duplicated columns in Pandas DataFrame.

@maybelinot maybelinot self-assigned this Jan 12, 2016
@gusutabopb
Copy link

Dataframes with duplicate row labels (in my case, duplicate timestamps on a DatetimeIndex) also do not render correctly.

@maybelinot
Copy link
Owner Author

@gusutabopb do you have any suggestion how to handle this? =)

@22764636
Copy link

22764636 commented Nov 7, 2019

I know it is an old open issue but I have solved by using reset_index(drop=True) on the DataFrame before uploading on GS

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

No branches or pull requests

3 participants