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

"data type not understood" error #58

Open
steven-murray opened this issue Mar 12, 2013 · 1 comment
Open

"data type not understood" error #58

steven-murray opened this issue Mar 12, 2013 · 1 comment
Milestone

Comments

@steven-murray
Copy link

Hi there,

I am trying to add a column to an existing table. The first column to be added gets added fine (the data added is just a np.arange() array).

However, when I try to add another column, I get told that the "data type not understood" on line 580 of basetable.py

No matter what I try I can't figure out how to get the type to be alright. The dtype of the data is 'float64' but the newdtype variable is showing (name, dtype('float64')). I'm not sure if the second element here should just be plain 'float64' and how to make it so if that is the case?

Cheers

@astrofrog
Copy link
Member

Sorry for the delay - could you provide a short example that reproduces the issue? Thanks!

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

2 participants