Introspection of exported compute functions currently yield suboptimal output:
>>>frompyarrowimportcomputeaspc>>>pc.list_flatten<functionpyarrow.compute._simple_unary_function.<locals>.func(arg)>>>> ?pc.list_flattenSignature: pc.list_flatten(arg)
Docstring: <nodocstring>File: ~/arrow/dev/python/pyarrow/compute.pyType: function>>>help(pc.list_flatten) Helponfunctionfuncinmodulepyarrow.compute:
func(arg)
The function should ideally have:
- the right global name
- an appropriate signature
- a docstring
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-9465. Please see the migration documentation for further details.
Introspection of exported compute functions currently yield suboptimal output:
The function should ideally have:
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-9465. Please see the migration documentation for further details.