-
Notifications
You must be signed in to change notification settings - Fork 1
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
On DataAPI #6
Comments
Tbh, I didn't really think much about this decision - it just seemed natural to extend DataAPI's functions given that they exist (: Maybe there's no real reason indeed. This DataAPI function extension only affects scenarios when there's another Still, I think removing this is technically breaking, so I'm quite hesitant to perform this change unless there are compelling reasons, like actual issues arising.
Don't understand how DataFrames are related at all here? For me, |
In GitLab by @jariji on Jul 5, 2023, 04:15 I can't reproduce the docs problem I mentioned, maybe I just missed it.
Perhaps if there's a breaking change someday, then. |
In GitLab by @jariji on Jul 4, 2023, 22:55
Currently
FlexiJoins.innerjoin
is usingDataAPI.innerjoin
which means it gives the DataFrames docs and not the FlexiJoins docs. I don't see much advantage of using DataAPI functions here. The main advantage seems to be that I don't need to qualify the name if both are in scope, but that doesn't seem worth giving up the semantic distinction imho. What do you think?The text was updated successfully, but these errors were encountered: