judahrand commented on code in PR #34234:
URL: https://github.com/apache/arrow/pull/34234#discussion_r1510932106
##########
python/pyarrow/table.pxi:
##########
@@ -4859,6 +4859,91 @@ cdef class Table(_Tabular):
output_type=Table
)
+ def join_asof(self, right_table, on, by, tolerance, right_on=None,
right_by=None):
+ """
+ Perform an asof join between this table and another one.
+
Review Comment:
https://github.com/apache/arrow/pull/34234/commits/e6da4df5cae7464439ae51c92ca1f43012a331a1
--
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]