https://github.com/tiledb-inc/tiledb-py
Python interface to the TileDB storage engine
https://github.com/tiledb-inc/tiledb-py
array hdfs numpy python s3 storage-manager tiledb
Last synced: 30 days ago
JSON representation
Python interface to the TileDB storage engine
- Host: GitHub
- URL: https://github.com/tiledb-inc/tiledb-py
- Owner: TileDB-Inc
- License: mit
- Created: 2017-05-19T23:06:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T15:03:51.000Z (11 months ago)
- Last Synced: 2025-05-15T05:07:06.429Z (11 months ago)
- Topics: array, hdfs, numpy, python, s3, storage-manager, tiledb
- Language: Python
- Homepage:
- Size: 5.21 MB
- Stars: 193
- Watchers: 28
- Forks: 35
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/TileDB-Inc/CI/_build/latest?definitionId=1&branchName=main)
[](https://anaconda.org/conda-forge/TileDB-Py)
# TileDB-Py
*TileDB-Py* is a [Python](https://python.org) interface to the [TileDB Storage Engine](https://github.com/TileDB-Inc/TileDB).
# Quick Links
* [Installation](https://cloud.tiledb.com/academy/structure/arrays/quickstart/)
* [Build Instructions](docs/building-from-source.md)
* [TileDB Academy](https://cloud.tiledb.com/academy/)
* [Python API reference](https://tiledb-inc-tiledb-py.readthedocs-hosted.com/en/stable)
# Quick Installation
TileDB-Py is available from either [PyPI](https://pypi.org/project/tiledb/) with ``pip``:
```
pip install tiledb
```
or from [conda-forge](https://anaconda.org/conda-forge/tiledb-py) with
[conda](https://conda.io/docs/) or [mamba](https://github.com/mamba-org/mamba#installation):
```
conda install -c conda-forge tiledb-py
```
Dataframes functionality (`tiledb.from_pandas`, `Array.df[]`) requires [Pandas](https://pandas.pydata.org/) 1.0 or higher, and [PyArrow](https://arrow.apache.org/docs/python/) 1.0 or higher.
# Contributing
We welcome contributions, please see [`CONTRIBUTING.md`](https://github.com/TileDB-Inc/TileDB-Py/blob/main/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.
