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

EPIC: Add all SessionContext and DataFrame methods to Python API #24

Open
37 of 49 tasks
andygrove opened this issue Aug 5, 2022 · 3 comments
Open
37 of 49 tasks

Comments

@andygrove
Copy link
Member

andygrove commented Aug 5, 2022

The Python bindings currently only expose a subset of functionality, and we want to expose as much as possible.

Here is a list of all available rust methods. Note that there may be reasons why we don't want to expose some of these.

SessionContext

DataFrame

@francis-du
Copy link
Contributor

@andygrove Hi Andy. Could you update this task list? If you have a time.

@nkarpov
Copy link

nkarpov commented Apr 12, 2023

Noticing that join_on (supporting arbitrary expressions instead of keys) is not present in the list above.

I can't find a way to use the existing binding to join on an arbitrary expression

Should the Rust join_on have its own wrapper too? or should we have the existing join wrapper choose appropriately?

@ami-navon
Copy link

+1 register_json( )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants