We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ba6aa commit 93ab9e3Copy full SHA for 93ab9e3
python/pyarrow/_compute.pyx
@@ -1466,9 +1466,9 @@ class InversePermutationOptions(_InversePermutationOptions):
1466
minus 1 and the length of the function’s output will be the length
1467
of the input indices.
1468
output_type : DataType, default None
1469
- The type of the output inverse permutation.
+ The data type for the output array of inverse permutation.
1470
If None, the output will be of the same type as the input indices, otherwise
1471
- must be signed integer type. An invalid error will be reported if this type
+ must be a signed integer type. An invalid error will be reported if this type
1472
is not able to store the length of the input indices.
1473
"""
1474
0 commit comments