pola-rs / nodejs-polars

nodejs front-end of polars
https://pola-rs.github.io/nodejs-polars/
MIT License
437 stars 44 forks source link

Support "nearest" joinAsof strategy #287

Closed StephLin closed 1 month ago

StephLin commented 1 month ago

This PR aims to support nearest asof join strategy. In brief, it changes:

Closes #286