Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
>>> pa.dictionary('int8', ['a', 'b', 'c', 'd']) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Argument 'index_type' has incorrect type (expected pyarrow.lib.DataType, got str) >>> pa.dictionary(pa.int8(), ['a', 'b', 'c', 'd']) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Argument 'dict_values' has incorrect type (expected pyarrow.lib.Array, got list)
Attachments
Issue Links
- links to