What's Changed
Searchable, Filterable, and Sortable Dataframes — by default!
marimo now renders dataframes in a rich table viewer by default! Search, filter, and sort in just one click or keystroke; get rich previews of your columnar data distributions; and page through your data.
This is one small step in our vision in making marimo the best place to work with your data — we believe data should be tangible and extremely interactive, by default.
If you need to opt out — wrap your dataframe df
in mo.plain(df)
.
- improvement: add dtype to mo.ui.table and dataset sidebar by @mscolnick in #1688
- improvement: render dataframes in mo.ui.table() by default, add mo.plain by @mscolnick in #1697
- feat: add column wrapping by @mscolnick in #1698
- 0.6.25 by @akshayka in #1705
Full Changelog: 0.6.24...0.6.25