machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

Does siuba support asof join ? #480

Open qiuwei opened 7 months ago

qiuwei commented 7 months ago

Does siuba support asof join like pandas merge_asof? I could not find anything in the docs. dplyr seems to have also introduced similar functionality since 1.1.0 through the new join_by function.