-
Notifications
You must be signed in to change notification settings - Fork 90
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
potential use cases #62
Comments
I will leave it here even though I imagine that it is quite challenging: |
Thanks! Yeah I spoke to them a bit about it, and for now they're hand-rolling their own dispatch mechanism. I think it'll quickly get complex, especially around different pandas/Polars versions, and pandas' complicated type system - I think if we focus on getting Narwhals as easy to use as possible, and fully documented, and robust, then if they decide they'd like to use it, we can be ready 😎 |
I am not sure if I can use this issue as a wish-list? If not please delete. In any case I suggested narwhals to featuretools who are looking for ways to speed up their feature matrix calculation: alteryx/featuretools#1967 |
Not affiliated with, but https://github.com/posit-dev/great-tables RelatedIssues
Blog
|
I'm just collecting some projects I notice which may benefit from Narwhals, or who have shown interest. Some of these might not actually end up being places where Narwhals is a good fit, I tend to jot things down if look like they might be from a first glance and then revisit in more detail later
pandas
warning with two-way clustering py-econometrics/pyfixest#422 - they mentioned this in a PR. Using pandas via Narwhals avoids the setting-with-copy warning altogether, even for old versions, so it may be of interestpolars
support - assktime
datatype sktime/sktime#5423 [ENH] array or DataFrame API support sktime/sktime#5370narwhals
for easy support of multiple df libraries rstudio/pins-python#293Some new ones:
if anyone happens to stumble upon this issue, feel free to let us know and we can add your project to the list
The text was updated successfully, but these errors were encountered: