Skip to content

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

Description

@sydduckworth

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions