marimo icon indicating copy to clipboard operation
marimo copied to clipboard

mo.ui.dataframe with apply button

Open szst11 opened this issue 7 months ago • 0 comments

Description

I really like the transformation possibilities with the mo.ui.dataframe. But it is getting slow, if there is a large amount of data in the background. E.g.: when applying a new filter, it will be executed on every keystroke. This is nice for a few data(and the video in the docs), but results in a lot of data wrangling for larger datasets.

Suggested solution

Maybe an optional 'Apply'-Button could help.

Alternative

I'am not sure, if an alternative could be an empty table in the mo.ui.dataframe() with a .form(). At the moment it is still executed within the dataframe()

Additional context

No response

szst11 avatar Apr 10 '25 06:04 szst11