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

Cannot import pandas Frame if it has duplicate column names #1816

Closed
st-pasha opened this issue Apr 26, 2019 · 0 comments · Fixed by #1817
Closed

Cannot import pandas Frame if it has duplicate column names #1816

st-pasha opened this issue Apr 26, 2019 · 0 comments · Fixed by #1817
Assignees
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label
Milestone

Comments

@st-pasha
Copy link
Contributor

As reported by @pseudotensor :

import datatable as dt
import pandas as pd
Y = pd.DataFrame([[1, 2, 3]], columns=list("AAA"))
X = dt.Frame(Y)

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NotImplementedError: Source buffer has ndim=2, however only 1-D buffers are supported
@st-pasha st-pasha added the bug Any bugs / errors in datatable; however for severe bugs use [segfault] label label Apr 26, 2019
@st-pasha st-pasha added this to the Release 0.9.0 milestone Apr 26, 2019
@st-pasha st-pasha self-assigned this Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant