Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ _
Function
_
marimo/_smoke_tests/issues/7345-dataframe-pivot-transform.py:8–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
@app.cell(column=0)
8
def
_():
9
import
marimo
as
mo
10
import
polars
as
pl
11
import
pandas
as
pd
12
import
ibis
as
ib
13
14
from
vega_datasets
import
data
15
return
data, ib, mo, pd, pl
16
17
18
@app.cell
Callers
nothing calls this directly
Calls
5
map
Function · 0.85
strip
Method · 0.80
to_polars
Method · 0.80
join
Method · 0.45
rename
Method · 0.45
Tested by
no test coverage detected