github marimo-team/marimo 0.7.0

latest releases: 0.10.9, 0.10.8, 0.10.7...
6 months ago

What's Changed in 0.7.0!

Hello, SQL!

Version 0.7.0 includes a big new feature: marimo now ships with reactive SQL cells! Use SQL to query Pandas/Polars dataframes, Google Sheets, database tables, and more, and get the query result back as a DataFrame.

reactive-sql.mp4

Details

  • You can create a SQL cell by right-clicking a create cell button and choosing "SQL cell", by converting an empty cell to SQL via the cell context menu, or via the SQL button that appears when you mouse hover at the bottom of your notebook.
  • Under the hood, marimo translates your SQL statements to Python and passes it to an OLAP DBMS. Our current implementation is powered by duckdb 🦆.
  • Stay tuned for more documentation and tutorials on how to use this powerful new feature.
  • To use this feature, you'll need to first install duckdb (pip install duckdb).

All changes

New Contributors

Full Changelog: 0.6.26...0.7.0

Don't miss a new marimo release

NewReleases is sending notifications on new releases.