[
https://issues.apache.org/jira/browse/ARROW-17155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569305#comment-17569305
]
Volodymyr edited comment on ARROW-17155 at 7/21/22 8:32 AM:
------------------------------------------------------------
Exactly. If I use `import pyarrow.compute` I can only use functions from the
above referenced file, no function from docs is present. Have tried on Linux
and macOS. Installed using pip 22.1.2.
It's straightforward to reproduce:
```
pip install pyarrow
import pyarrow.compute as pc
pc.<Good luck to find the needed function :)>
```
was (Author: JIRAUSER293168):
Exactly. If I use `import pyarrow.compute` I can only use functions from the
above referenced file, no function from docs is present. Have tried on Linux
and macOS. Installed using pip 22.1.2.
> pyarrow compute module does not contain functions described in documentation
> ----------------------------------------------------------------------------
>
> Key: ARROW-17155
> URL: https://issues.apache.org/jira/browse/ARROW-17155
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 8.0.0
> Reporter: Volodymyr
> Priority: Major
>
> Looks like pyarrow compute module
> (https://github.com/apache/arrow/blob/master/python/pyarrow/compute.py) has
> entirely different stuff than described in documentation:
> [https://arrow.apache.org/docs/python/api/compute.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)