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 · 1 comment
Open

Refactor dataframe support to use narwhals generic dataframes #2013

fubuloubu opened this issue Apr 17, 2024 · 1 comment
Labels
category: feature New feature or request

Comments

@fubuloubu
Copy link
Member

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/MarcoGorelli/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

@fubuloubu fubuloubu added the category: feature New feature or request label Apr 17, 2024
Copy link

linear bot commented Apr 17, 2024

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

No branches or pull requests

1 participant