-
Notifications
You must be signed in to change notification settings - Fork 18
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
[QST] is asof join supported? #204
Labels
enhancement
New feature or request
Comments
See #193 |
I do not think it is the same thing. |
This is also related: #189 It was experimental at that time. Looks like it's now official. |
The join_by feature could be a bit tricky to implement since pandas does not have built-in support for inequality join. There is a conditional_join in pyjanitor though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question about inequality join
dplyr has introduced inequality join since 1.1.0. Does datar have support for that?
I could not find any documentation about that.
The text was updated successfully, but these errors were encountered: