Simon Conseil
Simon Conseil
Seems a good idea.
Reading again the issue and PR, I got confused by the "variable-length string" mentions. String columns are already variable length, with a maximal length. In the original example the problem...
Sorry if I wasn't clear but I'm not sure we want to go that way... I was thinking aloud about what would be needed to do it, but there are...
Actually if values are not strings and passed as an object array, it already works by creating a VLA column: ``` In [11]: data1 = np.array( ...: [(11.1, 1.0), (21.,...