Arrays
Below we provide links to various tutorials for dense and sparse arrays. Currently, all those tutorials are built in Python (using TileDB-Py), but soon we will add tutorials that use the other TileDB APIs as well.
Dense Arrays
Dense Array Basics: 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.
Tile Filters: Learn how to set compression and other filters to attributes in dense arrays, and use encryption in dense arrays.
Sparse Arrays
Sparse Array Basics: 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.
Last updated