Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11.1
Description
I've been playing around getting vaex to support arrow, and it's been going really well, except for some corner cases.
I expect
import numpy as np import pyarrow as pa np_array = np.arange(10, dtype='>f8') pa.array(np_array)
To give an error, or show proper values, instead I get:
Attachments
Attachments
Issue Links
- links to