Arrays
Last updated
Was this helpful?
Last updated
Was this helpful?
Below we provide links to various tutorials for dense and sparse arrays. Currently, all those tutorials are built in Python (using ), but soon we will add tutorials that use the other TileDB APIs as well.
Learn how to create a dense array, inspect the array schema, write to and read from the array, write and read array metadata, create arrays with multiple attributes and var-sized attributes, treat dense arrays as dataframes and even run SQL queries.
Learn how to set compression and other filters to attributes in dense arrays, and use encryption in dense arrays.
In this tutorial you will learn how to create a sparse array, inspect the array schema, write to and read from the array, write and read array metadata, create arrays with multiple attributes and var-sized attributes, create arrays with string dimensions, create arrays with heterogeneous dimensions, treat sparse arrays as dataframes and even run SQL queries.