Dominik Moritz

Results 1544 comments of Dominik Moritz

Python (which uses C++ which could be considered the canonical implementation) only allows string keys. ```py Traceback (most recent call last): File "/Users/dominik/Code/ramsch/map.py", line 8, in table = pa.table({'a': range(10),...

Oh, `pa.table` doesn't recognize the dictionary. Thanks for the corrected code!

Hmm, try building the top level module.

Can you reproduce this with the example in the example folder?

Thanks for the issue. Do you have a few cycles to update the behavior? What's the disadvantage of doing a revert?

I'm happy to revert the change. Can you send a pull request?

Thanks for looking into this. Since you identified the version that introduced the issue, can you send a pull request to resolve this?

Did you try the editor example? I don't see the issue. Please follow the issue template.

Is this related to https://github.com/duckdb/duckdb/issues/7200?

> It seems the order of columns (in the array of objects as an input to [arrow.apache.org/docs/js/functions/Arrow_dom.tableFromJSON.html](https://arrow.apache.org/docs/js/functions/Arrow_dom.tableFromJSON.html)) matters; the values are added based on the position in the object, and...