Skip to content

Commit 1ca15d3

Browse files
authored
docs: add marimo to ecosystem.md (#60051)
1 parent 9d184aa commit 1ca15d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web/pandas/community/ecosystem.md

+11
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,17 @@ Console](https://docs.spyder-ide.org/current/panes/ipythonconsole.html), and Spy
239239
render Numpydoc documentation on pandas objects in rich text with Sphinx
240240
both automatically and on-demand.
241241

242+
### [marimo](https://marimo.io)
243+
244+
marimo is a reactive notebook for Python and SQL that enhances productivity when working with dataframes. It provides several features to make data manipulation and visualization more interactive and fun:
245+
246+
1. Rich, interactive displays: marimo can display pandas dataframes in interactive tables or charts with filtering and sorting capabilities.
247+
2. Data selection: Users can select data in tables or pandas-backed plots, and the selections are automatically sent to Python as pandas dataframes.
248+
3. No-code transformations: Users can interactively transform pandas dataframes using a GUI, without writing code. The generated code can be copied and pasted into the notebook.
249+
4. Custom filters: marimo allows the creation of pandas-backed filters using UI elements like sliders and dropdowns.
250+
5. Dataset explorer: marimo automatically discovers and displays all dataframes in the notebook, allowing users to explore and visualize data interactively.
251+
6. SQL integration: marimo allows users to write SQL queries against any pandas dataframes existing in memory.
252+
242253
## API
243254

244255
### [pandas-datareader](https://github.com/pydata/pandas-datareader)

0 commit comments

Comments
 (0)