MCPcopy
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)
8def _():
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

mapFunction · 0.85
stripMethod · 0.80
to_polarsMethod · 0.80
joinMethod · 0.45
renameMethod · 0.45

Tested by

no test coverage detected