-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Describe the enhancement requested
There is no reference documentation neither information in the PyArrow user guide regarding other tensor classes (like SparseCOOTensor etc.). See:
- https://stackoverflow.com/questions/78349482/is-there-an-existing-pyarrow-method-to-convert-a-pyarrow-coo-tensor-to-a-pyarrow
- https://github.com/apache/arrow/blob/c3ebdf500e75ca868f50b7d374fc8ce2237756b8/python/pyarrow/tensor.pxi#L304C12-L304C27
We should add this part at least to the API docs (by updating https://github.com/apache/arrow/blob/c3ebdf500e75ca868f50b7d374fc8ce2237756b8/docs/source/python/api/tables.rst)
Component(s)
Documentation