Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: approximate join / as-of join / reindex like #20

Open
sydduckworth opened this issue Aug 6, 2023 · 0 comments
Open

Feature: approximate join / as-of join / reindex like #20

sydduckworth opened this issue Aug 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sydduckworth
Copy link
Collaborator

An extremely useful feature for a time-series database is the ability to do an "approximate join" where for each value in the left table, the closest value from the right table is selected based on some sorted index (usually time).

DuckDB calls this AS-OF Join.

Pandas calls this reindex_like.

@sydduckworth sydduckworth added the enhancement New feature or request label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant