tiledb0.33.6
tiledb0.33.6
Published
Pythonic interface to the TileDB array storage manager
pip install tiledb
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- numpy
>=1.25
- packaging
- jinja2
==3.1.5; extra == "doc"
- sphinx-rtd-theme
==3.0.2; extra == "doc"
- Sphinx
==8.1.3; extra == "doc"
- nbsphinx
==0.9.6; extra == "doc"
- breathe
; extra == "doc"
- pytest
; extra == "test"
- pytest-retry
; extra == "test"
- hypothesis
; extra == "test"
- psutil
; extra == "test"
- pyarrow
; extra == "test"
- pandas
; extra == "test"
- dask
[distributed]; extra == "test"
TileDB-Py
TileDB-Py is a Python interface to the TileDB Storage Engine.
Quick Links
Quick Installation
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.
Contributing
We welcome contributions, please see CONTRIBUTING.md
for suggestions and
development-build instructions. For larger features, please open an issue to discuss goals and
approach in order to ensure a smooth PR integration and review process.