Dataframes
Last updated
Was this helpful?
Last updated
Was this helpful?
Below you can find links to various tutorials for dataframes. Currently, all these tutorials are built in Python (using ), but soon we will add tutorials that use the other TileDB APIs as well.
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