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

Refactor dataframe support to use narwhals generic dataframes #2013

Open
fubuloubu opened this issue Apr 17, 2024 · 2 comments · May be fixed by #2536
Open

Refactor dataframe support to use narwhals generic dataframes #2013

fubuloubu opened this issue Apr 17, 2024 · 2 comments · May be fixed by #2536
Labels
category: feature New feature or request

Comments

@fubuloubu
Copy link
Member

fubuloubu commented Apr 17, 2024

Overview

We force our users to use pandas dataframes to reduce a dependency on polars, which is less widely supported than polars. https://github.com/narwhals-dev/narwhals is a really cool project that makes a generic compatibility layer that would just let us delegate to whatever the user has installed in order to convert the dataframes into the format they desire. It is also particularly cool in that it supports lazy dataframe operations universally, which could be useful for ape users.

Specification

TBD

Dependencies

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant