-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update documentation on nullable variable attributes #1330
Comments
Hi @mamscience, at the moment, we support pandas nullable datatypes transparently in TileDB-Py. We'll get the docs there updated ASAP, but in the meantime please have a look at these tests. We're also planning to add a new API for writing and querying nullable attributes soon (it will accept or return a numpy bool vector). If you have a particular package/API of interest, please let us know, we may not be able to integrate directly in the short term, but we'll keep it in mind to try to maximize interoperability. |
Thanks, apparently, changing the numpy type to float and passing "None" also did the trick.
snip
|
The underlying issue btw is that I must pass all attributes when writing to array, while (my) sparse arrays are mostly empty. Solving this issue by relaxing the constraints (TileDB-Inc/TileDB#1162 (comment)) was proposed before . But let's say I need to use integer instead of float attribute, how should one approach this? thanks in advance |
Hi team,
Could you update the python-section of the documentation? I have no clue how to approach nullable variable attributes without an example
.
https://docs.tiledb.com/main/how-to/arrays/writing-arrays/nullable-attributes
Many thanks,
Michel
The text was updated successfully, but these errors were encountered: