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

PandasInterface does not handle repeating dimensions on conversion #4139

Closed
philippjfr opened this issue Dec 20, 2019 · 1 comment · Fixed by #4158
Closed

PandasInterface does not handle repeating dimensions on conversion #4139

philippjfr opened this issue Dec 20, 2019 · 1 comment · Fixed by #4158
Labels
tag: component: data type: bug Something isn't correct or isn't working
Milestone

Comments

@philippjfr
Copy link
Member

If you give the PandasInterface some dataset to convert to a DataFrame and the key and value dimensions repeat in some form it will incorrectly create two columns of the same name. We should uniquify the columns before creating the DataFrame.

hv.Points(([1, 2, 3], [1, 2, 3]), ['A', 'B'], ['A'], datatype=['dataframe'])
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tag: component: data type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant