Skip to content

Conversation

@heizerbalazs
Copy link
Contributor

@heizerbalazs heizerbalazs commented Dec 22, 2025

📝 Summary

Fixes #7345

🔍 Description of Changes

Backend

  • Created handler and types for PivotTransform in marimo/_plugins/ui/_impl/dataframes/transforms
  • Ibis backend doesn't support pivot. The handler implementation is using group_by.

Frontend

  • Added icon to mo.ui.dataframe transform panel.
  • Added PivotTransformSchema with column_ids, index_column_ids, value_column_ids, aggregation parameters in frontend/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

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

@vercel
Copy link

vercel bot commented Dec 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jan 5, 2026 6:21pm

@github-actions
Copy link

github-actions bot commented Dec 22, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@heizerbalazs
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

Light2Dark
Light2Dark previously approved these changes Jan 5, 2026
Copy link
Contributor

@Light2Dark Light2Dark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tq!

@Light2Dark Light2Dark added the enhancement New feature or request label Jan 6, 2026
@Light2Dark Light2Dark merged commit ea749af into marimo-team:main Jan 8, 2026
31 of 45 checks passed
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.18.5-dev179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New dataframe transform: Pivot

2 participants