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

Request to use polars dataframe package directly #809

Open
jnhyeon opened this issue Sep 2, 2024 · 1 comment
Open

Request to use polars dataframe package directly #809

jnhyeon opened this issue Sep 2, 2024 · 1 comment

Comments

@jnhyeon
Copy link

jnhyeon commented Sep 2, 2024

Thank you for creating a great package.
polars is a next-generation high-performance dataframe package that will replace pandas.
After converting polars to pandas using to_pandas(), you can use the feature-engine package.
However, it would be even better if you could directly process polars dataframe in the feature-engine package!

Have a nice week :)

@solegalli
Copy link
Collaborator

Hey @jnhyeon

I agree with you: adding support for polars is a much needed improvement.

It's also a major undertaking because Feature-engine was designed with pandas in mind, so most of its functionality is based on pandas.

I'll need to get myself familiar with polars first, to get a clear view of the workload needed, or find someone with expertise that could take this forward.

So in principle, I agree, in practice, I am not sure how soon we can move forward with this.

Comparing the number of monthly downloads of pandas and polars, I think pandas is here to stay for the foreseeable future as well.

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

2 participants