Shelnutt2 / TileDB-Py

Python interface to the TileDB storage manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TileDB logo

Build Status Anaconda download count badge

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.

About

Python interface to the TileDB storage manager

License:MIT License


Languages

Language:Python 90.4%Language:C++ 9.3%Language:Shell 0.3%Language:C 0.0%