TileDB-Py
TileDB-Py copied to clipboard
Python interface to the TileDB storage engine
The [Arrow C data interface](https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings) supports `date32[days]`. Let's use it as a conversion for `TILEDB_DATETIME_DAY` in Arrow. The `date32[days]` type will be useful when Arrow is used, for example, to...
Hello, Would it be possible to start providing Linux wheels for aarch64? These aarch64 machines are often much cheaper to lease on cloud services, and it appears to be non-trivial...
Currently, clang-format runs only on linux in a non-standard way: https://github.com/TileDB-Inc/TileDB-Py/blob/d447f12f500884cdd01733d852a1bc7803a8de9e/.github/workflows/format.yml#L15-L19 It should be better to use the pypi edition of it: https://pypi.org/project/clang-format/ which also provides pre-commit hook and it's...
https://linear.app/tiledb/issue/CORE-276/tiledbfrom-csv-ignores-row-start-idx-when-sparse This PR fixes the bug shown below. Also, it adds heretofore-missing unit-test coverage for sparse `tiledb.from_csv` with row-indexing (i.e., `index_col=None`). Repro data: ``` $ cat a.csv a,b,c 1,2,3 $...
Addressing #2158, realized I never actually made a pull request for the issue. This PR features a change to the `from_pandas` method, adding the argument `fit_to_df`, which lets you append...
Wrapping https://github.com/TileDB-Inc/TileDB/pull/5492, https://github.com/TileDB-Inc/TileDB/pull/5498, https://github.com/TileDB-Inc/TileDB/pull/5539, https://github.com/TileDB-Inc/TileDB/pull/5547, and https://github.com/TileDB-Inc/TileDB/pull/5552. The above PRs introduce the Profiles functionality, aimed at providing users with a seamless experience across all TileDB APIs. With Profiles, users can...
The nightly build with earliest supported numpy job failed on Wednesday (2025-06-04) in run [15434083632](https://github.com/TileDB-Inc/TileDB-Py/actions/runs/15434083632)
Hi, I'm hoping someone will be able to help us resolve a memory issue with TileDB-Py... When running a large number of queries against a TileDB dense array, we are...
I've recently run into an issue where my metadata doesn't seem to be updating quickly when writing to a specific timestamp, even on small writes with tiny databases, as you...
Hi, I wonder if anyone can help with a configuration question around the AwsEventLoop thread pool associated with a TileDB context. It seems the size of this thread pool defaults...