-
Notifications
You must be signed in to change notification settings - Fork 124
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
feat: spark like .list
namespace and lazyframe .explode
#1887
Conversation
narwhals/_spark_like/dataframe.py
Outdated
msg = ( | ||
"Exploding on multiple columns is not supported with SparkLike backend since " | ||
"we cannot guarantee that the exploded columns have matching element counts." | ||
) | ||
raise NotImplementedError(msg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a way... this is so sad since I had a great way of doing it! But cannot verify that the element counts are same without triggering a collect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thaaank you for this! Just added a couple of comments/questions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.list
namespace and lazyframe .explode
.list
namespace and lazyframe .explode
.list
namespace and lazyframe .explode
What type of PR is this? (check all applicable)
Related issues
Checklist
If you have comments or can explain your changes, please do so below