Skip to content

TileDB-Inc/TileDB-Py

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2024
Oct 6, 2023
Jul 22, 2024
Aug 15, 2024
Jul 25, 2024
Nov 15, 2022
Jul 22, 2024
Oct 23, 2024
Sep 12, 2021
Jul 24, 2024
May 20, 2024
Oct 1, 2024
Sep 20, 2024
Feb 21, 2022
Sep 30, 2024
Feb 20, 2018
Sep 30, 2024
Oct 1, 2024
Sep 4, 2024

Repository files navigation

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.

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.