COMMITS
/ python/pyarrow/compute.py December 29, 2025
July 1, 2025
May 12, 2025
C
GH-45619: [Python] Use f-string instead of string.format (#45629)
ChiLin Chiu committed
March 30, 2025
C
GH-41985: [Python][Docs] Clarify docstring of pyarrow.compute.scalar() (#45668)
ChiLin Chiu committed
March 24, 2025
A
GH-45755: [C++][Python][Compute] Add winsorize function (#45763)
Antoine Pitrou committed
March 11, 2025
A
GH-44615: [C++][Compute] Add extract_regex_span function (#45577)
Arash Andishgar committed
March 7, 2025
A
GH-45676: [C++][Python][Compute] Add skew and kurtosis functions (#45677)
Antoine Pitrou committed
March 4, 2025
A
GH-45269: [C++][Compute] Add "pivot_wider" and "hash_pivot_wider" functions (#45562)
Antoine Pitrou committed
February 5, 2025
R
GH-45380: [Python] Expose RankQuantileOptions to Python (#45392)
Raúl Cumplido committed
October 29, 2024
T
MINOR: [Docs][Python] Document example for pc.index (#44537)
Tyler White committed
April 30, 2024
August 22, 2023
August 8, 2023
L
GH-36672: [Python][C++] Add support for vector function UDF (#36673)
Li Jin committed
June 29, 2023
J
GH-35786: [C++] Add pairwise_diff function (#35787)
Jin Shang committed
June 22, 2023
J
June 8, 2023
L
May 30, 2023
S
MINOR: [Doc][Python] Clarify behavior of pyarrow.compute.fill_value (#35813)
Spencer Nelson committed
April 1, 2023
March 23, 2023
F
GH-34568: [C++][Python] Expose Run-End Encoded arrays in Python Arrow (#34570)
Felipe Oliveira Carvalho committed
March 2, 2023
A
GH-34411: [Python] Change array constructor to accept pyarrow array (#34275)
Alenka Frim committed
February 9, 2023
W
GH-34080: [Python] Add support for round_binary to python (#34084)
Weston Pace committed
January 26, 2023
F
GH-33566: [C++] Add support for nullary and n-ary aggregate functions (#15083)
Felipe Oliveira Carvalho committed
R
GH-32916: [C++] [Python] User-defined tabular functions (#14682)
rtpsw committed
January 6, 2023
B
ARROW-15006: [Python][Doc] Add five more numpydoc checks to CI (#15214)
Bryce Mecum committed
November 15, 2022
M
ARROW-17960: [C++][Python] Implement list_slice kernel (#14395)
Miles Granger committed
June 28, 2022
J
ARROW-15365: [Python] Expose full cast options in the pyarrow.compute.cast function (#13109)
Jabari Booker committed
June 16, 2022
R
ARROW-16706: [Python] Expose RankOptions (#13327)
Raúl Cumplido committed
June 13, 2022
May 31, 2022
J
ARROW-13530: [C++] Implement cumulative sum compute function
JabariBooker committed
May 25, 2022
A
ARROW-16018: [Doc][Python] Run doctests on Python docstring examples (--doctest-modules)
Alenka Frim committed
May 3, 2022
V
ARROW-15639 [C++][Python] UDF Scalar Function Implementation
Vibhatha Abeykoon committed
April 18, 2022
A
ARROW-11259: [Python] Allow to create field reference to nested field
Alenka Frim committed
April 7, 2022
A
ARROW-15523: [Python] Support for Datasets as inputs of Joins
Alessandro Molina committed
March 29, 2022
A
ARROW-14292: [C++][Python] Join foundation for Tables
Alessandro Molina committed
February 3, 2022
D
January 31, 2022
K
MINOR: Fix typos in Python comments and docstrings
Kian-Meng Ang committed
January 19, 2022
A
ARROW-14738: [Python][Doc] Make return types clickable
Alessandro Molina committed
January 18, 2022
J
ARROW-12060: [Python] Enable calling compute functions on Expressions
Joris Van den Bossche committed
January 14, 2022
J
ARROW-15077: [Python] Move Expression class from _dataset to _compute cython module
Joris Van den Bossche committed
January 13, 2022
A
ARROW-10317: [Python] Document compute function options
Antoine Pitrou committed
January 4, 2022
December 30, 2021
A
ARROW-15219: [Python] Export the random compute function
Antoine Pitrou committed
December 16, 2021
A
ARROW-14853: [C++][Python] Improve error message for missing function options
Antoine Pitrou committed
A
ARROW-10209: [Python] Support positional options in compute functions
Antoine Pitrou committed
December 15, 2021
A
ARROW-14766: [Python] Mark compute function arguments positional-only
Antoine Pitrou committed
December 1, 2021
A
ARROW-14205: [C++] Add utf8_normalize compute function
Antoine Pitrou committed
November 30, 2021
A
ARROW-14765: [Python] StructFieldOptions not exposed
Alenka Frim committed
November 25, 2021
A
ARROW-14608: [Python] Provide access to hash_aggregate functions through a Table.group_by method
Alessandro Molina committed
November 22, 2021
A
ARROW-13943: [Python] Hide hash_aggregate functions from compute module
Alessandro Molina committed
November 17, 2021
J
ARROW-14732: [Python] Improve error message in compute functions when passing wrong number of positional arguments
Joris Van den Bossche committed