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

TypeError: DataShape measure ?bool is not NumPy-compatible #208

Open
danaki opened this issue Jan 14, 2016 · 3 comments
Open

TypeError: DataShape measure ?bool is not NumPy-compatible #208

danaki opened this issue Jan 14, 2016 · 3 comments

Comments

@danaki
Copy link

danaki commented Jan 14, 2016

Using Mongo.

@harshit-sh
Copy link

harshit-sh commented Jun 26, 2016

Hi, I have a table with a boolean column. Is there a workaround for this issue? I have a dataframe that I want to add into a table.

@llllllllll
Copy link
Member

The issue is that numpy does not understand optional types in the dtype system. The only way I could think to support this would be to have an explicit missing value passed along with the data, otherwise what do you map NULL to?

@harshit-sh
Copy link

Oh okay. Any pointers to going about it?

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

No branches or pull requests

3 participants