Skip to content

Conversation

@mesejo
Copy link
Contributor

@mesejo mesejo commented Nov 25, 2025

Description of changes

These changes solve the issue referenced by binding the column of the original left table onto the filtered table (the one resulting from applying the tolerance after the asof_join)

One of the tests of asof_join was expanded to account for any regression.

Issues closed

Notes

The bug probably comes from the fact that the pandas API only accepts column names (label) as input for the on argument.

@github-actions github-actions bot added the tests Issues or PRs related to tests label Nov 25, 2025
@mesejo mesejo marked this pull request as draft November 26, 2025 08:36
@mesejo mesejo marked this pull request as ready for review November 26, 2025 09:27
@mesejo mesejo force-pushed the fix/asof_join_diff_col_names branch from d78f060 to 0c31479 Compare November 26, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Issues or PRs related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: asof_join on different column names gives wrong result

1 participant