TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
181 stars 32 forks source link

Have `from_pandas` list offending column when `_get_column_infos` fails #1997

Closed kounelisagis closed 1 day ago

kounelisagis commented 2 days ago

Adds offending column when from_pandas -> _get_column_infos fails.

e.g. NotImplementedError: boolean inferred dtype not supported becomes NotImplementedError: boolean inferred dtype not supported (column foo).

leipzig commented 1 day ago

good stuff