dangotbanned opened a new issue, #48095: URL: https://github.com/apache/arrow/issues/48095
### Describe the bug, including details regarding any error messages, version, and platform. ## Related - Suggested in (https://github.com/apache/arrow/issues/46601#issuecomment-3509773595) - #45322 ## Description Mainly from the most recent few versions (`pyarrow>=20`), I've noticed the following are missing: - `pyarrow` - `arange` - #46778 - `pyarrow.compute` - `bottom_k_unstable` - https://github.com/apache/arrow/commit/d01d598528920acb213b08a5f5684b526c342404 - `inverse_permutation` - #44394 - `random` - https://github.com/apache/arrow/commit/53752adc6b81166cd4ee7db5a819494042f29197#diff-3d08757408024228c4443730cc3536ab39c9436cd2e4cb63e5da34c69c18962f - `rank_normal` - #45573 - `rank_quantile` - #45259 - `scatter` - #44394 - `top_k_unstable` - https://github.com/apache/arrow/commit/d01d598528920acb213b08a5f5684b526c342404 - `winsorize` - #45763 The most recent addition that *is* present seems to be: - https://arrow.apache.org/docs/20.0/python/generated/pyarrow.compute.pivot_wider.html ### Component(s) Python, 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]
