You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, would it be possible to implement pivot using DataFusion's current extension mechanisms? I had hoped it would be possible as a UDTF, but it doesn't look like UDTFs can input a table.
Is your feature request related to a problem or challenge?
Pivoting and unpivoting is a common use case for data scientists, this is currently missing in the DF api.
Describe the solution you'd like
Add two methods to DataFrame struct:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: