TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Python interface to the TileDB storage engine

Results 106 TileDB-Py issues
Sort by recently updated
recently updated
newest added

See run for more details: https://github.com/TileDB-Inc/TileDB-Py/actions/runs/2559515605

bug

* Previously, the `tile_max` was only correctly calculated for `np.int64`. This correctly set the `dim_max` to `dtype_max - tile` but only for `np.int64` * All other integer dtypes had `dim_max`...

* Completely failing roundtrip * Seems to be outputting the same data regardless of data input, factor, and offset?

See run for more details: https://github.com/TileDB-Inc/TileDB-Py/actions/runs/2406890837

bug

Hey there I'm using tiledb.from_pandas to create a tiledb array from a pandas dataframe. My question regards the *sparse* parameter of the *from_pandas* function. My dataframe mostly consists of "0"...

New tests to add extended coverage for bug fix in https://github.com/TileDB-Inc/TileDB/pull/3002

(placeholder pending fix so I don't forget about the branch)