alanhdu opened a new issue, #35647: URL: https://github.com/apache/arrow/issues/35647
### Describe the enhancement requested Now that there is a canonical `fixed_shape_tensor` type, I was wondering whether there'd be any appetite for making `pyarrow.array` automatically convert numpy arrays with >1 dimension into `FixedShapeTensorArray`s. You can do this manually by using `pa.FixedShapeTensorArray.from_numpy_ndarray`, but it seems more convenient for `pyarrow.array` to automatically support this. If there's appetite for this, I think I'd be able to contribute a patch. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
