What's Changed
Highlights
**📊 Table column previews!** Tables created with `mo.ui.table()` now include summaries for each column, including chart previews and summary statistics:

Missing items are highlighted in orange, categorical quantities are shown with bar charts, and numerical quantities are shown with histograms.
Expect more quality-of-life improvements to tables and dataframes in the near future!
**🔍 Filterable variables panel.** You can now filter variables by cell name in the variables panel.
All changes
* fix: force auto_instantiate in read mode for wasm by mscolnick in https://github.com/marimo-team/marimo/pull/1555
* fix: replace nbsp with space by akshayka in https://github.com/marimo-team/marimo/pull/1551
* feat: mo.ui.table() column chart previews by mscolnick in https://github.com/marimo-team/marimo/pull/1553
* improvement: filter variable by cell name by mscolnick in https://github.com/marimo-team/marimo/pull/1556
* improvement: add .apply_selection() to mo.ui.altair_chart for layered/stacked charts by mscolnick in https://github.com/marimo-team/marimo/pull/1557
* fix: refuse to create dropdown, multiselect with >1k options by akshayka in https://github.com/marimo-team/marimo/pull/1560
* 0.6.15 by akshayka in https://github.com/marimo-team/marimo/pull/1561
**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.6.14...0.6.15