Skip to content

Conversation

@heizerbalazs
Copy link

@heizerbalazs heizerbalazs commented Dec 22, 2025

📝 Summary

🔍 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
Author

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

Light2Dark added a commit that referenced this pull request Dec 29, 2025
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR fixes any issues, list them here by number (e.g., Fixes
#123).
-->
This will make it easier to tackle #7584 

<img width="990" height="405" alt="image"
src="https://github.com/user-attachments/assets/6ede8d6e-5521-4bd8-8e69-c9fc4d919f30"
/>

Tested with the affected transforms:
- group_by, aggregate, rename, select

Also tested with the pivot feature but on the other branch.

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.
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!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants