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

Polars API #7331

Open
devin-petersohn opened this issue Jun 26, 2024 · 0 comments · May be fixed by #7332
Open

Polars API #7331

devin-petersohn opened this issue Jun 26, 2024 · 0 comments · May be fixed by #7332
Labels
new feature/request 💬 Requests and pull requests for new features

Comments

@devin-petersohn
Copy link
Collaborator

It would be great to have a Polars API alongside the pandas API.

@devin-petersohn devin-petersohn added new feature/request 💬 Requests and pull requests for new features Triage 🩹 Issues that need triage and removed Triage 🩹 Issues that need triage labels Jun 26, 2024
sfc-gh-dpetersohn added a commit to devin-petersohn/modin that referenced this issue Jun 26, 2024
This commit adds a polars namespace to Modin, and the DataFrame and
Series objects and their respective APIs. This doesn't include error
handling and is still missing several polars features:

* LazyFrame
* Expressions
* String, Temporal, Struct, and other Series accessors
* Several parameters
* Operators that we don't have query compiler methods for
   * e.g. sin, cos, tan, etc.

Those will be handled in a future PR.

Signed-off-by: Devin Petersohn <[email protected]>
@devin-petersohn devin-petersohn linked a pull request Jun 27, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant