Dataframes

Below you can find links to various tutorials for dataframes. Currently, all these tutorials are built in Python (using TileDB-Py), but soon we will add tutorials that use the other TileDB APIs as well.

  • Dataframe Basics Learn how to ingest a CSV file as a dense (with row id indexing) or sparse (with multi-column indexing) array, inspect the array schema, slice the ingested dataframe, subselect on columns (array attributes), read into the Apache Arrow format, apply conditions on columns, and run SQL queries

Last updated