chilin0525 opened a new issue, #49302:
URL: https://github.com/apache/arrow/issues/49302

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The docstring for `SparseCSCMatrix.from_numpy` in 
`python/pyarrow/tensor.pxi` has incorrect parameter descriptions:
   
   
https://github.com/apache/arrow/blob/111495870686ef269254232b876de3aee2f919b6/python/pyarrow/tensor.pxi#L978-L995
   
   - `indptr` is described as "Range of the rows" but should be "Range of the 
columns"
   - `indices` is described as "Column indices" but should be "Row indices"
   
   ### Component(s)
   
   Documentation


-- 
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]

Reply via email to