TileDB-Py is a Python interface to the TileDB Storage Engine.
- Installation
- Build Instructions
- TileDB Documentation
- Python API reference
- Full developer documentation for all APIs and integrations
TileDB-Py is available from either PyPI with pip
:
pip install tiledb
or from conda-forge with conda or mamba:
conda install -c conda-forge tiledb-py
Dataframes functionality (tiledb.from_pandas
, Array.df[]
) requires Pandas 1.0 or higher, and PyArrow 1.0 or higher.