-
Notifications
You must be signed in to change notification settings - Fork 858
Feat add pivot transform to mo.UI.dataframe #7345 #7584
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 add pivot transform to mo.UI.dataframe #7345 #7584
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Light2Dark
left a comment
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.
tq!
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.18.5-dev179 |
📝 Summary
Fixes #7345
🔍 Description of Changes
Backend
PivotTransforminmarimo/_plugins/ui/_impl/dataframes/transformsFrontend
PivotTransformSchemawithcolumn_ids, index_column_ids, value_column_ids, aggregationparameters infrontend/src/plugins/impl/data-frames/schema.ts.Added effect to collect unique column values so new column names can be generated on the frontend.frontend/src/plugins/impl/data-frames/panel.ts📋 Checklist