marimo
marimo copied to clipboard
mo.ui.dataframe with apply button
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